Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2343#discussion_r141194357
--- Diff: storm-server/pom.xml ---
@@ -136,7 +136,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<!--Note - the version would be inherited-->
<configuration>
- <maxAllowedViolations>3626</maxAllowedViolations>
+ <maxAllowedViolations>4000</maxAllowedViolations>
--- End diff --
It is actually 3679 violations (not 4000). ---
