ahuang98 commented on code in PR #18240:
URL: https://github.com/apache/kafka/pull/18240#discussion_r1919002962
##########
checkstyle/suppressions.xml:
##########
@@ -187,6 +187,9 @@
<suppress checks="NPathComplexity"
files="(DynamicVoter|RecordsIterator).java"/>
+ <suppress checks="JavaNCSS"
+ files="(KafkaRaftClientTest).java"/>
+
Review Comment:
locally, checkstyle seems to take issue w/ this particular check. I'll give
it a shot and see if it builds w/ CI
--
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]