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:47 UTC

ant-ivyde git commit: Further sync of Checkstyle setup

Repository: ant-ivyde
Updated Branches:
  refs/heads/master 34b07e506 -> 2d31e6608


Further sync of Checkstyle setup

Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/2d31e660
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/2d31e660
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/2d31e660

Branch: refs/heads/master
Commit: 2d31e6608ebf55de86ea728fa33960ca04cbff35
Parents: 34b07e5
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Sat Jun 9 18:06:24 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Sat Jun 9 18:06:24 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/2d31e660/org.apache.ivyde.eclipse/src/etc/checkstyle/checkstyle-config
----------------------------------------------------------------------
diff --git a/org.apache.ivyde.eclipse/src/etc/checkstyle/checkstyle-config b/org.apache.ivyde.eclipse/src/etc/checkstyle/checkstyle-config
index ebfb5d8..46dbece 100644
--- a/org.apache.ivyde.eclipse/src/etc/checkstyle/checkstyle-config
+++ b/org.apache.ivyde.eclipse/src/etc/checkstyle/checkstyle-config
@@ -117,18 +117,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">