Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2704#discussion_r194139729 --- Diff: storm-client/pom.xml --- @@ -172,7 +172,7 @@ <!--Note - the version would be inherited--> <configuration> <excludes>**/generated/**</excludes> - <maxAllowedViolations>3298</maxAllowedViolations> + <maxAllowedViolations>9999</maxAllowedViolations> --- End diff -- Can we set this to the correct number?
---