Skip to content

Commit a311a80

Browse files
authored
Merge pull request #1301 from uhafner/check-return-value-spotbugs
Do not hide "return value ignored" violations in tests
2 parents 626d6f7 + 5c85f44 commit a311a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/spotbugs-exclusion-filter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Class name="~.*Assert" />
2424
</Match>
2525
<Match>
26-
<Bug code="UuF, UwF, SIC, NP, Dm, UI, RV, DMI, EI, THROWS" />
26+
<Bug code="UuF, UwF, SIC, NP, Dm, UI, DMI, EI, THROWS" />
2727
<Class name="~.*(Test|Benchmark).*" />
2828
</Match>
2929
<Match>

0 commit comments

Comments
 (0)