Skip to content

Commit

Permalink
STORM-3430: flux-wrappers: fix all checkstyle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
krichter722 committed Jun 27, 2019
1 parent b4f9eb1 commit d597e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/flux-wrappers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d597e1d

Please sign in to comment.