libenchao commented on PR #3189: URL: https://github.com/apache/calcite/pull/3189#issuecomment-1540007524
> hi @libenchao how do i format code with command to fix checkstyle problem automatic like flink using spotless plugin [Task :core:checkstyleMain] [LineLength] Line is longer than 100 characters (found 118). > > i does it but not take effect in https://calcite.apache.org/docs/howto.html#setting-up-an-ide-for-contributing $ ./gradlew style # update code formatting (for auto-correctable cases) and verify style `./gradlew autostyleApply` should work. -- 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]
