Skip to content

Commit 164c8b9

Browse files
committed
Add Checkstyle FallThrough
1 parent 9dde9e3 commit 164c8b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ limitations under the License.
4343
</module>
4444
<module name="EqualsHashCode" />
4545
<module name="ExplicitInitialization" />
46+
<module name="FallThrough" />
4647
<module name="FinalLocalVariable" />
4748
<module name="ImportOrder">
4849
<property name="option" value="top"/>

0 commit comments

Comments
 (0)