Skip to content

Commit 6782d57

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 5ff7dfe commit 6782d57

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
@@ -32,6 +32,10 @@
3232
<revision>1.25</revision>
3333
<changelist>-SNAPSHOT</changelist>
3434
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
35+
<!-- TODO: Remove when parent pom is using this version or newer -->
36+
<!-- https://github.com/jenkinsci/pom/pull/510 -->
37+
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
38+
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
3539
</properties>
3640

3741
<dependencies>

0 commit comments

Comments
 (0)