Skip to content

Commit cad695e

Browse files
committed
Confirm that spotbugs 4.8.2 adds no new warnings
Draft, not intended to be merged Prep for * jenkinsci/pom#510 Part of the checklist in: * jenkinsci/jenkins#8803 Does not need to be merged because there is no additional suppression required.
1 parent 2d574db commit cad695e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
<revision>1.34</revision>
5050
<changelist>-SNAPSHOT</changelist>
5151
<gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
52+
<!-- TODO: Remove when parent pom is using this version or newer -->
53+
<!-- https://github.com/jenkinsci/pom/pull/510 -->
54+
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
55+
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
5256
</properties>
5357

5458
<dependencyManagement>

0 commit comments

Comments
 (0)