You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/07/01 15:48:54 UTC

[storm] branch master updated: STORM-3430: flux-wrappers: fix all checkstyle warnings

This is an automated email from the ASF dual-hosted git repository.

srdo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new d597e1d  STORM-3430: flux-wrappers: fix all checkstyle warnings
     new 1070293  Merge pull request #3046 from krichter722/checkstyle-flux-wrappers
d597e1d is described below

commit d597e1d076260491ee14a2a7975f32ceaf77ab5d
Author: Karl-Philipp Richter <kr...@posteo.de>
AuthorDate: Thu Jun 27 23:18:03 2019 +0200

    STORM-3430: flux-wrappers: fix all checkstyle warnings
---
 flux/flux-wrappers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>