We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c57741 commit c55e0d8Copy full SHA for c55e0d8
config/spotbugs/spotbugs-exclude.xml
@@ -19,4 +19,7 @@
19
<Class name="com.imsweb.x12.reader.X12ReaderTest"/>
20
<Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT"/>
21
</Match>
22
+ <Match>
23
+ <Bug pattern="CT_CONSTRUCTOR_THROW"/>
24
+ </Match>
25
</FindBugsFilter>
0 commit comments