Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 2da100065 -> fadb6f4f7
APEXCORE-298 #resolve #comment reducing the severity level of line length check 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/fadb6f4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/fadb6f4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/fadb6f4f Branch: refs/heads/devel-3 Commit: fadb6f4f702315ea7123911d330e3e9711f439db Parents: 2da1000 Author: Chandni Singh <[email protected]> Authored: Mon Jan 4 11:27:06 2016 -0800 Committer: Chandni Singh <[email protected]> Committed: Mon Jan 4 11:27:06 2016 -0800 ---------------------------------------------------------------------- apex_checks.xml | 1 + api/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fadb6f4f/apex_checks.xml ---------------------------------------------------------------------- diff --git a/apex_checks.xml b/apex_checks.xml index 60d99fe..136a0d0 100644 --- a/apex_checks.xml +++ b/apex_checks.xml @@ -101,6 +101,7 @@ <module name="LineLength"> <property name="max" value="120"/> + <property name="severity" value="warning"/> </module> <module name="OneStatementPerLine"/> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fadb6f4f/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 79af4b3..f6e1ada 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -71,7 +71,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>114</maxAllowedViolations> + <maxAllowedViolations>61</maxAllowedViolations> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fadb6f4f/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index f1bae56..94f317f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -56,7 +56,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>149</maxAllowedViolations> + <maxAllowedViolations>114</maxAllowedViolations> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/fadb6f4f/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index f345410..3e43184 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>4403</maxAllowedViolations> + <maxAllowedViolations>3224</maxAllowedViolations> </configuration> </plugin> <plugin>
