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 2016/01/06 17:40:49 UTC

[1/2] incubator-apex-malhar git commit: APEXMALHAR-1964 #resolve #comment reduced the severity of line length check

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/devel-3 ba8396f78 -> ef6e95d6c


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/devel-3
Commit: 9ee071d9f7c27f367991cb0bb6abf3d816c63ef9
Parents: 5efa71d
Author: Chandni Singh <cs...@apache.org>
Authored: Tue Jan 5 22:57:48 2016 -0800
Committer: Chandni Singh <cs...@apache.org>
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>


[2/2] incubator-apex-malhar git commit: Merge branch 'APEXMALHAR-1964' of https://github.com/chandnisingh/incubator-apex-malhar into devel-3

Posted by th...@apache.org.
Merge branch 'APEXMALHAR-1964' of https://github.com/chandnisingh/incubator-apex-malhar into devel-3


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/ef6e95d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/ef6e95d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/ef6e95d6

Branch: refs/heads/devel-3
Commit: ef6e95d6c31609c32cf2f9641351018432b52653
Parents: ba8396f 9ee071d
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Jan 6 08:40:27 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Wed Jan 6 08:40:27 2016 -0800

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