Skip to content

Commit b5f61c9

Browse files
Backport to branch(3.10) : Add spotbugs exclude filter file for data loader sub projects (#2370)
Co-authored-by: Peckstadt Yves <[email protected]>
1 parent 350c31a commit b5f61c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/spotbugs-exclude.xml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
88
<!-- Temporarily excluded. See https://github.com/spotbugs/spotbugs/issues/1694 -->
99
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" />
10+
<!-- To exclude Lombok thrown warnings -->
11+
<Bug pattern="SAME_NAME_BUT_DIFFERENT"/>
1012
</Or>
1113
</Match>
1214

0 commit comments

Comments
 (0)