gongxuanzhang commented on code in PR #16097:
URL: https://github.com/apache/kafka/pull/16097#discussion_r1621586240


##########
checkstyle/suppressions.xml:
##########
@@ -361,4 +361,7 @@
     <suppress checks="(ClassDataAbstractionCoupling|ClassFanOutComplexity)"
               files="(ReplicaFetcherThreadBenchmark).java"/>
 
+    <!--import order -->
+    <suppress checks="ImportOrder" files="^*$"/>

Review Comment:
   I think checkstyle should consistent with auto format . If you open the A 
module auto format, we should open the module check rule.
   So i add this line in order that open rule some module in future



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to