Skip to content

Commit 08c886b

Browse files
Spotbugs bei den Tests irgnorieren
1 parent b9cb59a commit 08c886b

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

de.bitctrl.dav.rest.server/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,4 @@ spotbugs {
2626
excludeFilter = file("$projectDir/config/spotbugsExclude.xml")
2727
}
2828

29-
tasks.withType(com.github.spotbugs.SpotBugsTask) {
30-
ignoreFailures = true
31-
32-
effort = 'max'
33-
reportLevel = 'low'
34-
35-
reports {
36-
xml.enabled = true
37-
html.enabled = false
38-
}
39-
}
40-
4129
mainClassName='de.bitctrl.dav.rest.server.DavRestServer'

de.bitctrl.dav.rest.server/config/spotbugsExclude.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Match all doublecheck violations in these methods of "AnotherClass". -->
88
<Match>
99
<Class name="RestTest" />
10-
<Bug code="OBL" />
10+
<!-- <Bug code="RCN" /> -->
1111
</Match>
1212

1313
</FindBugsFilter>

0 commit comments

Comments
 (0)