Skip to content

Commit 4208d31

Browse files
committed
Switch statements checked using PMD ExhaustiveSwitchHasDefault
1 parent dd22957 commit 4208d31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
<!-- Allowed for algorithm implementations. -->
178178
<!-- <module name="InnerAssignment" /> -->
179179
<!-- <module name="MagicNumber" /> -->
180-
<module name="MissingSwitchDefault" />
180+
<!-- Switch statements checked using PMD ExhaustiveSwitchHasDefault. -->
181+
<!-- <module name="MissingSwitchDefault" /> -->
181182
<module name="MultipleVariableDeclarations" />
182183
<module name="SimplifyBooleanExpression" />
183184
<module name="SimplifyBooleanReturn" />

0 commit comments

Comments
 (0)