Skip to content

Commit 38725fd

Browse files
committed
fix: exclude SF_SWITCH_FALLTHROUGH
1 parent ca0288a commit 38725fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spotbugs-exclude.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<Match>
8787
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
8888
</Match>
89+
<Match>
90+
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
91+
</Match>
8992
<!-- fb-contrib -->
9093
<Match>
9194
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />

0 commit comments

Comments
 (0)