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/05/06 03:06:12 UTC

groovy git commit: remove JUnitTestCase check - it was removed in checkstyle 6.2

Repository: groovy
Updated Branches:
  refs/heads/master feec95012 -> d76c17b78


remove JUnitTestCase check - it was removed in checkstyle 6.2


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

Branch: refs/heads/master
Commit: d76c17b78a746f049699c5bb8197eb8c6f2a1acd
Parents: feec950
Author: paulk <pa...@asert.com.au>
Authored: Sat May 6 13:05:03 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Sat May 6 13:05:49 2017 +1000

----------------------------------------------------------------------
 config/checkstyle/checkstyle.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


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