Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2343#discussion_r141187231
--- 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 --
Can we try and fix the violations instead of boosting the number?---
