You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 02:46:07 UTC

[3/3] incubator-apex-core git commit: Adjust checkstyle maxAllowedViolations.

Adjust checkstyle maxAllowedViolations.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/f35522b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/f35522b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/f35522b5

Branch: refs/heads/devel-3
Commit: f35522b5ac2426967f916c627fe57ae823f03a3b
Parents: b6d80ca
Author: Thomas Weise <th...@datatorrent.com>
Authored: Mon Nov 2 17:45:51 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Nov 2 17:45:51 2015 -0800

----------------------------------------------------------------------
 engine/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f35522b5/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index a915ff2..1513728 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -145,7 +145,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>2159</maxAllowedViolations>
+          <maxAllowedViolations>2072</maxAllowedViolations>
         </configuration>
       </plugin>
     </plugins>