-
Notifications
You must be signed in to change notification settings - Fork 18
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
[MPOM-313] execute checkstyle in early phase of the build #55
Conversation
@@ -1170,6 +1170,7 @@ under the License. | |||
<executions> | |||
<execution> | |||
<id>checkstyle-check</id> | |||
<phase>validate</phase> |
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.
This also means that autogenerated code won't be checked?
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.
correct so maybe generate-sources phase.
but do we really care about checkstyle generated code?
in this case we need to ask the plugin authors to change the style of the generated code?
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.
it's just frustrating to run a long build and get a missing space at the end...
just forget a space in surefire-its it means you run everything for at least 1h (with a beefy laptop) and the build failure 😩
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.
correct so maybe generate-sources phase. but do we really care about checkstyle generated code? in this case we need to ask the plugin authors to change the style of the generated code?
Сorrect, we don't care, I guess.
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.
it's just frustrating to run a long build and get a missing space at the end... just forget a space in surefire-its it means you run everything for at least 1h (with a beefy laptop) and the build failure 😩
Agree
Simple change - can save some of time during development. |
not from me 🤣 |
31eff1a
to
8f6463d
Compare
No description provided.