-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP -> HTTPS except POM headers and Maven Wrapper files (#120) #175
base: main
Are you sure you want to change the base?
HTTP -> HTTPS except POM headers and Maven Wrapper files (#120) #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting this PR Tomasz - please address the request changes.
Thanks for the PR. It would be better to introduce nohttp into the build(s) instead of manually grepping. Perhaps you'd like to introduce |
Note that |
I guess, I found another candidate for adding a
Is there a standalone |
Yes. Check out the project page. There's a CLI, Checkstyle support, and Gradle support. |
Hi fellas! Thanks for lots of good points, will go through them soon. I
just became a father!! Writing this to not ghost you and let you know.
Nohttp sounds like just what is needed and remarks about XML headers are on
point.
Once I'm done should I squash the commits?
|
Congratulations! 👶
👍
Yes, that would be fine. Feel free to rename the issue, rework the description, squash commits, rebase on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for the review and approve!
Also, where's my thumb up Jesus? 😉 (Seeing lgtm without it feels
incomplete now...
https://memegenerator.net/instance/65177257/thumbs-up-jesus-1000-lines-of-code-changed-lgtm
)
śr., 6 lis 2024, 09:25 użytkownik Don Phelix ***@***.***>
napisał:
… ***@***.**** approved this pull request.
LGTM
—
Reply to this email directly, view it on GitHub
<#175 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI5DQ5B3GHUH4E5FVCAXMDZ7HHA7AVCNFSM6AAAAABRIIQV6OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDIMJXGUZTOMRUG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Overview
grep http **/* -r | grep -v https
was used for testing / looking for places to changeLet me know what else's needed.
I hereby agree to the terms of the JUnit Contributor License Agreement.