Replies: 1 comment
-
That's not really Spock-specific. |
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
-
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