APEXMALHAR-1964 #resolve #comment reduced the severity of line length check


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

Branch: refs/heads/master
Commit: 9ee071d9f7c27f367991cb0bb6abf3d816c63ef9
Parents: 5efa71d
Author: Chandni Singh <[email protected]>
Authored: Tue Jan 5 22:57:48 2016 -0800
Committer: Chandni Singh <[email protected]>
Committed: Tue Jan 5 22:57:48 2016 -0800

----------------------------------------------------------------------
 apex_checks.xml | 1 +
 pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/9ee071d9/apex_checks.xml
----------------------------------------------------------------------
diff --git a/apex_checks.xml b/apex_checks.xml
index dc334f5..78e89af 100644
--- a/apex_checks.xml
+++ b/apex_checks.xml
@@ -102,6 +102,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-malhar/blob/9ee071d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 19a10ae..4d31002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>8789</maxAllowedViolations>
+          <maxAllowedViolations>8252</maxAllowedViolations>
         </configuration>
       </plugin>
     </plugins>

Reply via email to