We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c046075 commit e78d53dCopy full SHA for e78d53d
pom.xml
@@ -120,7 +120,7 @@
120
<plugin>
121
<groupId>com.github.spotbugs</groupId>
122
<artifactId>spotbugs-maven-plugin</artifactId>
123
- <version>4.9.3.2</version>
+ <version>4.9.4.0</version>
124
<configuration>
125
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
126
<includeTests>true</includeTests>
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