nastra opened a new pull request, #5266:
URL: https://github.com/apache/iceberg/pull/5266

   This PR is the first step towards automatic code formatting.
   
   It configures Spotless to use the Google Java format and applies the 
copyright header automatically when running `./gradlew spotlessApply`.
   
   Once this PR is merged, the next steps would be:
   * removing conflicting Checkstyle rules that are not in line with the Google 
format
   * formatting the entire code base via `./gradlew spotlessApply`
   * setting `enforceCheck` to `true` in 
https://github.com/apache/iceberg/blob/80318d8cfbeb0d96d0afc27c84bc3dbddde35344/baseline.gradle#L48
   * updating docs around the current Formatter usage and how to configure 
Eclipse/IntelliJ


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to