dejan2609 commented on code in PR #20726:
URL: https://github.com/apache/kafka/pull/20726#discussion_r2442800614


##########
checkstyle/checkstyle.xml:
##########
@@ -136,7 +136,7 @@
 
     <module name="ClassFanOutComplexity">
       <!-- default is 20 -->
-      <property name="max" value="52"/>
+      <property name="max" value="55"/>

Review Comment:
   In a similar case, we also have three options:
   1. increase limit (like here)
   2. create a baseline (skip/suppress this check for existing cases/classes)
   3. change existing classes and keep the old property value max limit



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