Repository: incubator-apex-core Updated Branches: refs/heads/master 3ade9baee -> 881d000af
Adjust checkstyle violation count. 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/881d000a Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/881d000a Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/881d000a Branch: refs/heads/master Commit: 881d000afb796918bee683ba4679cdb80c5b59de Parents: 3ade9ba Author: Thomas Weise <[email protected]> Authored: Wed Mar 16 17:42:47 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Wed Mar 16 17:42:47 2016 -0700 ---------------------------------------------------------------------- engine/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/881d000a/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index f59bf34..f13c2f2 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -149,7 +149,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>3179</maxAllowedViolations> + <maxAllowedViolations>3173</maxAllowedViolations> <logViolationsToConsole>${checkstyle.console}</logViolationsToConsole> </configuration> </plugin>
