Skip to content

Commit e87bddf

Browse files
committed
fix: suppress new warnings
1 parent dac00b5 commit e87bddf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spotbugs-exclude.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
<Match>
202202
<Bug pattern="SPP_FIELD_COULD_BE_STATIC" />
203203
</Match>
204+
<Match>
205+
<Bug pattern="ITC_INHERITANCE_TYPE_CHECKING" />
206+
</Match>
207+
<Match>
208+
<Bug pattern="FII_USE_ARRAYS_STREAM" />
209+
</Match>
204210
<!-- find-sec-bugs -->
205211
<Match>
206212
<Bug pattern="PREDICTABLE_RANDOM" />

0 commit comments

Comments
 (0)