We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SF_SWITCH_FALLTHROUGH
1 parent ca0288a commit 38725fdCopy full SHA for 38725fd
1 file changed
spotbugs-exclude.xml
@@ -86,6 +86,9 @@
86
<Match>
87
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
88
</Match>
89
+ <Match>
90
+ <Bug pattern="SF_SWITCH_FALLTHROUGH" />
91
+ </Match>
92
<!-- fb-contrib -->
93
94
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />
0 commit comments