Repository: logging-log4j2
Updated Branches:
  refs/heads/master 101615c26 -> 22419e2b3


New Checkstyle: LineLength does not apply to import statements.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/22419e2b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/22419e2b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/22419e2b

Branch: refs/heads/master
Commit: 22419e2b3071e2f0ad39a400f6eb5675b22eacfe
Parents: 101615c
Author: ggregory <[email protected]>
Authored: Mon Sep 14 08:31:34 2015 -0700
Committer: ggregory <[email protected]>
Committed: Mon Sep 14 08:31:34 2015 -0700

----------------------------------------------------------------------
 checkstyle.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/22419e2b/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 9bcb9b1..6534f9f 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -149,6 +149,8 @@
         <!--<module name="FileLength"/>-->
         <module name="LineLength">
             <property name="max" value="120"/>
+            <!-- Ignore import statements -->
+            <property name="ignorePattern" value="^import\s.*$"/>
         </module>
         <module name="MethodLength"/>
         <module name="ParameterNumber">

Reply via email to