-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix typos and grammar in pom.xml
#268
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.
Preference or not, the commas are actually correct English 🇬🇧.
Suggested commit message:
|
31a0a91
to
73229c4
Compare
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.
Rebased and added a commit; PTAL.
pom.xml
Outdated
@@ -111,7 +111,7 @@ | |||
<!-- This argument *can* be set through Surefire's | |||
'systemPropertyVariables' configuration setting, but by placing it | |||
here it automatically also applies to the Failsafe plugin. On Unix | |||
systems we use a lower-quality source of randomness, so as to avoid | |||
systems we use a lower-quality source of randomness, to avoid |
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.
IDEA seems to unconditionally suggest this change, and IMHO it really hurts readability. I'll swap the sentence around.
pom.xml
Outdated
@@ -133,7 +133,7 @@ | |||
<error-prone.patch-args /> | |||
<error-prone.self-check-args /> | |||
<!-- The Maven `groupId` under which Error Prone dependencies are | |||
published. By default we use an official Error Prone release. This | |||
published. By default, we use an official Error Prone release. This |
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.
Should also swap this.
pom.xml
Outdated
<!-- The `build-checks` and `error-prone` profiles enable a whole | ||
bunch of additional compile checks. By default those warnings break | ||
<!-- The `build-checks` and `error-prone` profiles enable a bunch | ||
of additional compile checks. By default, those warnings break |
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.
Reflow 🙃
Changes LGTM! |
I couldn't help myself. IntelliJ is complaining about these things and therefore we should fix it.
@Stephan202 I know you're not a fan of the comma's, but IntelliJ shows a red line under it, so IMO it's worth fixing. Other people will see the same and I think it can't hurt 😄.