Skip to content

Commit

Permalink
Add spotbugs exclude filter file for data loader sub projects (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypeckstadt committed Nov 27, 2024
1 parent 5eb2a05 commit 163f079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
<!-- Temporarily excluded. See https://github.com/spotbugs/spotbugs/issues/1694 -->
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" />
<!-- To exclude Lombok thrown warnings -->
<Bug pattern="SAME_NAME_BUT_DIFFERENT"/>
</Or>
</Match>

Expand Down

0 comments on commit 163f079

Please sign in to comment.