Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r152706208
--- Diff: storm-server/pom.xml ---
@@ -130,7 +130,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<!--Note - the version would be inherited-->
<configuration>
- <maxAllowedViolations>2655</maxAllowedViolations>
+ <maxAllowedViolations>2800</maxAllowedViolations>
--- End diff --
This must be same or decreased. Please roll back the count and fix
checkstyle issues.
---