leesf commented on issue #945: [HUDI-296] Explore use of spotless to auto fix formatting errors URL: https://github.com/apache/incubator-hudi/pull/945#issuecomment-539926732 This PR uses both the existing checkstyle.xml(used by maven checkstyle plugin) and eclipse-java-google-format.xml(used by spotless plugin) placed in /style folder to check code style. After this one-time formatting, we would then benefit from spotless plugin which auto fixes formatting errors by running `mvn spotless:apply`. CC @vinothchandar @bvaradar
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
