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:
parent
257acde22e
commit
a1dc2f3900
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user