Skip to content

Commit

Permalink
Roll back Spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Feb 23, 2024
1 parent cf0bde9 commit 11dc95f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'checkstyle'
id 'jacoco'
id "com.github.spotbugs" version "6.0.7"
id "com.github.spotbugs" version "5.0.14"
id 'maven-publish'
id 'signing'
id "io.codearte.nexus-staging" version "0.30.0" // logs into Sonotype OSS and does a "Close" and "Release"
Expand Down
3 changes: 0 additions & 3 deletions config/spotbugs/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<Match>
<Bug category="MALICIOUS_CODE" />
</Match>
<Match>
<Bug category="CT_CONSTRUCTOR_THROW"/>
</Match>
<Match>
<Bug pattern="OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE"/>
</Match>
Expand Down

0 comments on commit 11dc95f

Please sign in to comment.