Skip to content

Commit

Permalink
Backport to branch(3.13) : Add spotbugs exclude filter file for data …
Browse files Browse the repository at this point in the history
…loader sub projects (#2367)

Co-authored-by: Peckstadt Yves <[email protected]>
  • Loading branch information
feeblefakie and ypeckstadt authored Nov 27, 2024
1 parent 0ae42e3 commit b2f7c5b
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 b2f7c5b

Please sign in to comment.