Skip to content

Commit 65561f8

Browse files
committed
Suppress invalid CodeNarc warning
1 parent de17361 commit 65561f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle/internal/JRubyExecDelegate.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class JRubyExecDelegate implements JRubyExecTraits {
5555

5656
private final List passthrough = []
5757

58+
@SuppressWarnings('VariableName')
5859
static Object jrubyexecDelegatingClosure = { Project project, Closure cl ->
5960
JRubyExecDelegate proxy = new JRubyExecDelegate()
6061
proxy.project = project

0 commit comments

Comments
 (0)