Skip to content

Commit

Permalink
Merge pull request #434 from uhafner/ignore-assert
Browse files Browse the repository at this point in the history
Ignore `Assert` classes in SpotBugs analysis
  • Loading branch information
uhafner authored Sep 28, 2021
2 parents e30bc93 + 5bdb316 commit 8ba55de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/spotbugs-exclusion-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<Match>
<Class name="~.*Messages" />
</Match>
<Match>
<Class name="~.*Assert" />
</Match>
<Match>
<Bug code="UwF, SIC, NP, Dm, UI, RV, DMI" />
<Class name="~.*(Test|Benchmark).*" />
Expand Down

0 comments on commit 8ba55de

Please sign in to comment.