| commit | d597e1d076260491ee14a2a7975f32ceaf77ab5d | [log] [tgz] | 
|---|---|---|
| author | Karl-Philipp Richter <krichter@posteo.de> | Thu Jun 27 23:18:03 2019 +0200 | 
| committer | Karl-Philipp Richter <krichter@posteo.de> | Thu Jun 27 23:18:03 2019 +0200 | 
| tree | 55c232ef9c60a58dce51876ae3044d35cf24ac12 | |
| parent | b4f9eb1dc7284fa7f3a28368c1538dd901c5dd6f [diff] | 
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>