feyman2016 commented on pull request #8832: URL: https://github.com/apache/kafka/pull/8832#issuecomment-647876499
``` [ant:checkstyle] [ERROR] /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk8-scala2.12/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java:84:1: Class Fan-Out Complexity is 52 (max allowed is 50). [ClassFanOutComplexity] ``` Wired the ClassFanOutComplexity was not captured during my local run of checkstyle: ``` ./gradlew checkstyleMain checkstyleTest spotbugsMain spotbugsTest spotbugsScoverage compileTestJava ``` Should I suppress the `ClassFanOutComplexity` check for `StreamsPartitionAssignor`? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org