File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ spotbugs {
66 excludeFilter.set(
77 file(" ${rootProject.rootDir} /gradle/spotbugs-exclude.xml" )
88 )
9- effort.set(com.github.spotbugs.snom.Effort .MIN )
109 omitVisitors.addAll(
1110 // we only use spotbugs for the findsecbugs plugin, and suppress anything else that gets flagged
1211 // since we use errorprone instead for this kind of static analysis
@@ -32,13 +31,6 @@ tasks {
3231 named(" spotbugsTest" ) {
3332 enabled = false
3433 }
35-
36- withType< com.github.spotbugs.snom.SpotBugsTask > ().configureEach {
37- // SpotBugs 6.2.x fails with exit code 3 when classes needed for analysis are missing
38- // The missing classes are typically lambda method references that don't affect security analysis
39- // Since we only use SpotBugs for findsecbugs security plugin, this is safe to ignore
40- ignoreFailures = true
41- }
4234}
4335
4436dependencies {
You can’t perform that action at this time.
0 commit comments