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/08 11:42:21 UTC

groovy git commit: GROOVY-8178: Codenarc broken in quality build

Repository: groovy
Updated Branches:
  refs/heads/master 73acbcfec -> 734bff6f3


GROOVY-8178: Codenarc broken in quality build


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

Branch: refs/heads/master
Commit: 734bff6f3336d5b2607f2749d1f986434711486b
Parents: 73acbcf
Author: paulk <pa...@asert.com.au>
Authored: Mon May 8 21:41:55 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Mon May 8 21:41:55 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/734bff6f/config/codenarc/codenarc.groovy
----------------------------------------------------------------------
diff --git a/config/codenarc/codenarc.groovy b/config/codenarc/codenarc.groovy
index 8d8b64f..1d58fac 100644
--- a/config/codenarc/codenarc.groovy
+++ b/config/codenarc/codenarc.groovy
@@ -161,7 +161,8 @@ ruleset {
         'DuplicateImport' {
             doNotApplyToFileNames='StaticImportTest.groovy,'
         }
-        exclude 'ImportFromSamePackage'   // too many to worry about, review later
+        exclude 'ImportFromSamePackage'     // too many to worry about, review later
+        exclude 'UnusedImport'              // currently failing
         exclude 'MisorderedStaticImports'   // too many to worry about, opposite to IDEA default
     }