We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a1f97 commit 95b5445Copy full SHA for 95b5445
config/spotbugs/spotbugs-exclude.xml
@@ -32,4 +32,7 @@
32
<Match>
33
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
34
</Match>
35
+ <Match>
36
+ <Bug pattern="CT_CONSTRUCTOR_THROW"/>
37
+ </Match>
38
</FindBugsFilter>
0 commit comments