ctubbsii commented on a change in pull request #891: Migrate to checkstyle 8.1 rules URL: https://github.com/apache/fluo/pull/891#discussion_r131754175
########## File path: src/main/resources/org/apache/fluo/resources/java-checkstyle.xml ########## @@ -30,6 +28,8 @@ </module> <module name="TreeWalker"> + <module name="SuppressWithNearbyCommentFilter"/> Review comment: In the parent-pom, which I want to update to use the newer version of this build-resources, after the checkstyle rules are updated to work with said newer version. Updating this build-resources allows us to use these rules. Otherwise, we'll be blocked from updating that plugin because the rules won't work. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services