Hangleton commented on code in PR #13558:
URL: https://github.com/apache/kafka/pull/13558#discussion_r1205648643
##########
checkstyle/suppressions.xml:
##########
@@ -41,6 +41,8 @@
<suppress checks="NPathComplexity"
files="(ClusterTestExtensions|KafkaApisBuilder).java"/>
<suppress checks="MethodLength"
files="(KafkaClusterTestKit).java"/>
+ <suppress checks="ImportControl"
+
files="(ZkBrokerRegistrationTest|DelegatingRequest|InstrumentedRequestProcessor|InstrumentedZooKeeperServer|ReceiptEvent|ZkBrokerRegistrationStubs).java"/>
Review Comment:
Apologies if I am missing the obvious, but am I getting it correctly that it
is not only an ordering problem, but that the packages of the imported classes
need to be defined in
[import-control-core.xml](https://github.com/apache/kafka/blob/trunk/checkstyle/import-control-core.xml)?
I will modify that file and remove the suppressions rule.
--
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]