-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CURATOR-674. Apply code style with spotless #463
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
Conversation
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
|
Updated. PTAL @kezhuw @cammckenzie @eolivelli |
kezhuw
left a comment
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.
+1
I reviewed the first commit and trust CI for remains.
| <configuration> | ||
| <java> | ||
| <palantirJavaFormat> | ||
| <version>2.30.0</version> |
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.
Add to "properties" tag ?
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.
Make sense. As this PR already touch a large range of code. I tend to postpone this suggestion after we merge this one.
|
As we agree on the mailing list already, I'll merge this patch in hours. |
|
Merging... |
The first commit is the real plugin and CI change. The second commit is generated by running
./mvnw spotless:apply.The discussion thread can be found at https://lists.apache.org/thread/12rwy3y1zcs3pjh9q30851mldgdh4sgg
If we agree on the direction, I'll file a ticket for this.