-
Notifications
You must be signed in to change notification settings - Fork 575
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
HV-2051 Use spotless maven plugin instead of formatter/impsorter/license check plugins #1460
HV-2051 Use spotless maven plugin instead of formatter/impsorter/license check plugins #1460
Conversation
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
@yrodiere I'll let you have a look at this one (probably whenever you have nothing interesting to look into 😄 ) |
Looks like we'd be better off keeping license header checks in checkstyle?
Annoying indeed... though it's quite rare that we include comments in docs code snippets, at least for Hibernate Search, so I suppose we can live with it.
Will have a look, but if we need checkstyle for license header checks anyway, I suppose it's no big deal. |
...t/java/org/hibernate/validator/referenceguide/chapter02/containerelement/custom/CarTest.java
Show resolved
Hide resolved
ad4fddc
to
9dd74cf
Compare
there were some files using spaces while others were using tabs ...
cb2cd91
to
ca1b592
Compare
1e8c5c5
to
12fd79b
Compare
12fd79b
to
16bcbd2
Compare
https://hibernate.atlassian.net/browse/HV-2051
This one is only to evaluate the option and not actually to apply the change ...
I thought that it would be better to test this on the Validator as it uses all 3 plugins and has a smaller codebase.
Best to look by commit (if looked at all 😅).
(this work is not complete: the maven properties and builds should also be updated to make it all work and I haven't done that here yet...)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on licensing, please check here.