Checkstyle: Disable checks already covered by compilation warnings

- Missing default clause in switch
- Fall through from previous case statement in switch

Change-Id: Ib7bfc2c6f5b69f7254a374bdf0cdb6431a07bbc3
This commit is contained in:
David Pursehouse 2015-04-14 12:13:04 +09:00
parent 257acde22e
commit a1dc2f3900

View File

@ -48,8 +48,6 @@ edited to remove noisy warnings.
<module name="OneStatementPerLine"/>
<module name="MultipleVariableDeclarations"/>
<module name="ArrayTypeStyle"/>
<module name="MissingSwitchDefault"/>
<module name="FallThrough"/>
<module name="UpperEll"/>
<module name="ModifierOrder"/>
<module name="EmptyLineSeparator">