dejan2609 commented on a change in pull request #10658:
URL: https://github.com/apache/kafka/pull/10658#discussion_r628963747



##########
File path: checkstyle/checkstyle.xml
##########
@@ -91,7 +91,7 @@
       <property name="allowEmptyConstructors" value="true"/>
       <property name="allowEmptyMethods" value="true"/>
     </module>
-    <module name="Indentation"/>
+    <!-- <module name="Indentation"/> -->

Review comment:
       @romani  this module is excluded for your convenience in order to 
suppress `Indentation` errors that are insignificant in this context (because 
we are hunting down only `UnnecessaryParentheses` regression).




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


Reply via email to