gongxuanzhang commented on PR #16097:
URL: https://github.com/apache/kafka/pull/16097#issuecomment-2138615902

   I revised this PR.It add spotless gradle plugin and mini configuration.
   It contains two part.
   1.  checkstyle import order rule. But suppress all module. you can change 
`checkstyle/suppressions.xml` open  module check If you want 
   2.  auto format import order. Again, I did not open in any module. If you 
want open the auto format. Just add a module name into `build.gradle 
#spotlessApplyModules`   like `def spotlessApplyModules = ['core']` .then run 
`./gradlew spotlessApply` you will get formated code module
   
   


-- 
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]

Reply via email to