STORM-3430: flux-wrappers: fix all checkstyle warnings
diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml
index 6eb587b..d3131f7 100644
--- a/flux/flux-wrappers/pom.xml
+++ b/flux/flux-wrappers/pom.xml
@@ -55,7 +55,7 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <!--Note - the version would be inherited-->
                 <configuration>
-                    <maxAllowedViolations>38</maxAllowedViolations>
+                    <maxAllowedViolations>0</maxAllowedViolations>
                 </configuration>
             </plugin>
             <plugin>