Skip to content

Commit 24b584c

Browse files
authored
Merge pull request #1188 from uhafner/spotbugs-suppression-is-ok
Ignore changed SpotBugs suppressions as RevApi conflicts
2 parents d93787a + a42771f commit 24b584c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,15 @@
10421042
<attachments>
10431043
<vetted>ok</vetted>
10441044
</attachments>
1045+
<differences>
1046+
<item>
1047+
<ignore>true</ignore>
1048+
<regex>true</regex>
1049+
<code>java.annotation.removed</code>
1050+
<annotation>@edu.umd.cs.findbugs.annotations.SuppressFBWarnings.*</annotation>
1051+
<justification>Not used yet</justification>
1052+
</item>
1053+
</differences>
10451054
</revapi.differences>
10461055
<revapi.versions>
10471056
<enabled>true</enabled>

0 commit comments

Comments
 (0)