chia7712 commented on PR #16998:
URL: https://github.com/apache/kafka/pull/16998#issuecomment-2309008426

   ```
       <suppress 
checks="(NPathComplexity|ClassFanOutComplexity|CyclomaticComplexity|ClassDataAbstractionCoupling|LocalVariableName|MemberName|ParameterName|MethodLength|JavaNCSS|AvoidStarImport)"
               files="metadata[\\/]build[\\/]generated[\\/].+.java$"/>
   ```
   ```
       <suppress 
checks="(NPathComplexity|ClassFanOutComplexity|CyclomaticComplexity|ClassDataAbstractionCoupling|LocalVariableName|MemberName|ParameterName|MethodLength|JavaNCSS|AvoidStarImport)"
               files="clients[\\/]build[\\/]generated[\\/].+.java$"/>
   ```
   ```
       <suppress 
checks="(NPathComplexity|ClassFanOutComplexity|CyclomaticComplexity|ClassDataAbstractionCoupling|FinalLocalVariable|LocalVariableName|MemberName|ParameterName|MethodLength|JavaNCSS|AvoidStarImport)"
                 files="core[\\/]build[\\/]generated[\\/].+.java$"/>
   ```
   @xijiu please remove above rules also, thanks!


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