We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abd12f commit 7464849Copy full SHA for 7464849
1 file changed
gradle/quality-configs/spotbugs/exclude.xml
@@ -19,6 +19,10 @@
19
<!-- Disabled as confusing check (very misleading description) and also not so useful -->
20
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
21
</Match>
22
+ <Match>
23
+ <!-- Disabled due to bug in Java 11 with try-with-resources -->
24
+ <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
25
+ </Match>
26
27
28
<!-- Do not check class -->
0 commit comments