Skip to content

Commit 5f31317

Browse files
committed
fix: suppress BAS_BLOATED_ASSIGNMENT_SCOPE
1 parent c389096 commit 5f31317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spotbugs-exclude.xml

+3
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
<Match>
208208
<Bug pattern="SLS_SUSPICIOUS_LOOP_SEARCH" />
209209
</Match>
210+
<Match>
211+
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
212+
</Match>
210213
<!-- find-sec-bugs -->
211214
<Match>
212215
<Bug pattern="PREDICTABLE_RANDOM" />

0 commit comments

Comments
 (0)