Skip to content

Commit

Permalink
set back to high confidence only
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Dec 19, 2023
1 parent 3426875 commit 12d8d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ if(project == rootProject) {
}

spotbugs {
effort = com.github.spotbugs.snom.Effort.valueOf('DEFAULT')
reportLevel = com.github.spotbugs.snom.Confidence.valueOf('DEFAULT')
effort = com.github.spotbugs.snom.Effort.valueOf('MAX')
reportLevel = com.github.spotbugs.snom.Confidence.valueOf('HIGH')
excludeFilter = file('gradle/spotbugs-exclude.xml')
}

Expand Down

0 comments on commit 12d8d50

Please sign in to comment.