You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/06/09 16:07:14 UTC

ant-ivy git commit: Further sync of Checkstyle setup

Repository: ant-ivy
Updated Branches:
  refs/heads/master 92c279152 -> 95c076bf4


Further sync of Checkstyle setup

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/95c076bf
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/95c076bf
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/95c076bf

Branch: refs/heads/master
Commit: 95c076bf47f0eb2dfa13d9d494579d43f0a1d4dd
Parents: 92c2791
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Sat Jun 9 18:07:01 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Sat Jun 9 18:07:01 2018 +0200

----------------------------------------------------------------------
 src/etc/checkstyle/checkstyle-config | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/95c076bf/src/etc/checkstyle/checkstyle-config
----------------------------------------------------------------------
diff --git a/src/etc/checkstyle/checkstyle-config b/src/etc/checkstyle/checkstyle-config
index 2e2da7c..9a10d70 100644
--- a/src/etc/checkstyle/checkstyle-config
+++ b/src/etc/checkstyle/checkstyle-config
@@ -118,18 +118,16 @@
 
     <!-- Miscellaneous other checks. -->
     <module name="ArrayTypeStyle"/>
+    <!-- <module name="TodoComment"/> -->
+    <module name="UpperEll"/>
+    <!-- allow comment suppression of checks -->
+    <module name="FileContentsHolder"/>
     <!--
     <module name="GenericIllegalRegexp">
       <property name="format" value="\s+$"/>
       <property name="message" value="Line has trailing spaces."/>
     </module>
     -->
-    <!--
-    <module name="TodoComment"/>
-    -->
-    <module name="UpperEll"/>
-    <!-- allow comment suppression of checks -->
-    <module name="FileContentsHolder"/>
   </module>
 
   <module name="RegexpSingleline">