Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/459#discussion_r175226192 --- Diff: external/storm-kafka/pom.xml --- @@ -57,7 +57,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <!--Note - the version would be inherited--> <configuration> - <maxAllowedViolations>557</maxAllowedViolations> + <maxAllowedViolations>561</maxAllowedViolations> --- End diff -- @krichter722 curious: what caused us to increase this?
---