Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2332#discussion_r140277357
--- Diff: external/storm-hdfs/pom.xml ---
@@ -256,7 +256,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<!--Note - the version would be inherited-->
<configuration>
- <maxAllowedViolations>2223</maxAllowedViolations>
+ <maxAllowedViolations>2250</maxAllowedViolations>
--- End diff --
Please don't modify the number. Ideally the number should be always equal
or decreased.
---