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/feature-module Commit: f35522b5ac2426967f916c627fe57ae823f03a3b Parents: b6d80ca Author: Thomas Weise <[email protected]> Authored: Mon Nov 2 17:45:51 2015 -0800 Committer: Thomas Weise <[email protected]> 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>
