We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd22957 commit 4208d31Copy full SHA for 4208d31
1 file changed
src/conf/checkstyle/checkstyle.xml
@@ -177,7 +177,8 @@
177
<!-- Allowed for algorithm implementations. -->
178
<!-- <module name="InnerAssignment" /> -->
179
<!-- <module name="MagicNumber" /> -->
180
- <module name="MissingSwitchDefault" />
+ <!-- Switch statements checked using PMD ExhaustiveSwitchHasDefault. -->
181
+ <!-- <module name="MissingSwitchDefault" /> -->
182
<module name="MultipleVariableDeclarations" />
183
<module name="SimplifyBooleanExpression" />
184
<module name="SimplifyBooleanReturn" />
0 commit comments