You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/12/19 10:28:51 UTC

[3/3] groovy git commit: update checkstyle for latest build

update checkstyle for latest build

one of the rules we previously used is no longer included


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b464b23b
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/b464b23b
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/b464b23b

Branch: refs/heads/GROOVY_2_5_X
Commit: b464b23bd7ed7d04ccb8dbd50774e115c7f5c229
Parents: 04aa9f4
Author: paulk <pa...@asert.com.au>
Authored: Tue Dec 19 20:28:39 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Dec 19 20:28:39 2017 +1000

----------------------------------------------------------------------
 config/checkstyle/checkstyle.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/b464b23b/config/checkstyle/checkstyle.xml
----------------------------------------------------------------------
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 34aebe1..339228e 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -154,7 +154,8 @@
         <module name="UpperEll"/>
         <!-- off for now - to allow parentheses which add clarity -->
         <!--<module name="UnnecessaryParentheses"/>-->
-        <module name="JUnitTestCase"/>
+        <!-- removed in recent versions of checkstyle -->
+        <!--<module name="JUnitTestCase"/>-->
         <module name="FinalClass"/>
         <!-- good to have but pollutes coverage -->
         <!--<module name="HideUtilityClassConstructor"/>-->