We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350c31a commit b5f61c9Copy full SHA for b5f61c9
gradle/spotbugs-exclude.xml
@@ -7,6 +7,8 @@
7
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
8
<!-- Temporarily excluded. See https://github.com/spotbugs/spotbugs/issues/1694 -->
9
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" />
10
+ <!-- To exclude Lombok thrown warnings -->
11
+ <Bug pattern="SAME_NAME_BUT_DIFFERENT"/>
12
</Or>
13
</Match>
14
0 commit comments