Skip to content

Commit

Permalink
Add spotbugs checks (#21)
Browse files Browse the repository at this point in the history
* Increase spotbugs effort and threshold
  • Loading branch information
MarkEWaite authored Jun 29, 2024
1 parent b14e509 commit 0fbcf3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
</properties>

Expand Down

0 comments on commit 0fbcf3b

Please sign in to comment.