Skip to content

Commit

Permalink
Deeper spotbugs checks
Browse files Browse the repository at this point in the history
Increase chance of detecting bugs
  • Loading branch information
mailmesriza98 committed Sep 29, 2024
1 parent 8455db3 commit d6cd15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ THE SOFTWARE.
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.426</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
<hpi.compatibleSinceVersion>1.16</hpi.compatibleSinceVersion>
Expand Down

0 comments on commit d6cd15e

Please sign in to comment.