adoroszlai commented on code in PR #7836:
URL: https://github.com/apache/ozone/pull/7836#discussion_r1948111686
##########
hadoop-hdds/dev-support/checkstyle/checkstyle.xml:
##########
@@ -154,18 +140,15 @@
<module name="ParenPad"/>
<module name="TypecastParenPad"/>
<module name="WhitespaceAfter">
- <property name="tokens" value="COMMA, SEMI"/>
+ <property name="tokens" value="COMMA, SEMI"/>
</module>
<module name="WhitespaceAround"/>
-
<!-- Modifier Checks -->
<!-- See http://checkstyle.sf.net/config_modifiers.html -->
<!-- This one is nitty, disable -->
- <!-- <module name="ModifierOrder"/> -->
<module name="RedundantModifier"/>
Review Comment:
Looks like the comment `This one is nitty, disable` applies to the rule
being removed, so it should be also removed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]