Skip to content

Commit

Permalink
Deeper spotbugs checks (#11)
Browse files Browse the repository at this point in the history
* Deeper spotbugs checks

Increase chance of detecting bugs

* Remove unneeded extra spotbugs property

Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
pushker001 and MarkEWaite authored Dec 8, 2022
1 parent 3c121dc commit 6f649b8
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 @@ -31,6 +31,8 @@
<revision>1.4</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.346.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<scm>
Expand Down

0 comments on commit 6f649b8

Please sign in to comment.