Checkstyle: remove MissingSwitchDefault rule
This check is covered by ErrorProne, which also verifies whether switch statement is exhaustive or not.
This commit is contained in:
parent
4c3daeb798
commit
c3863e7eea
@ -137,7 +137,6 @@
|
||||
</module>
|
||||
<module name="OneStatementPerLine"/>
|
||||
<module name="ArrayTypeStyle"/>
|
||||
<module name="MissingSwitchDefault"/>
|
||||
<module name="FallThrough"/>
|
||||
<module name="UpperEll"/>
|
||||
<module name="ModifierOrder"/>
|
||||
|
Loading…
Reference in New Issue
Block a user