Replies: 2 comments
-
That's not really Spock-specific. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We use CodeNarc, w/ most of the Grails related rules turned off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a gradle multiproject written in Java and am introducing Spock for unit testing.
Spotbugs however goes wild on my Spock test files, so I've had to exclude them for now - see below
( excludeFilter.set(rootProject.file("config/spotbugs/ignore.xml")) //exclude groovy code for now )
Does anyone have some sort of spotbugs config I could use ?
Beta Was this translation helpful? Give feedback.
All reactions