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:
mkpaz 2023-02-10 15:07:26 +04:00
parent 4c3daeb798
commit c3863e7eea

@ -137,7 +137,6 @@
</module> </module>
<module name="OneStatementPerLine"/> <module name="OneStatementPerLine"/>
<module name="ArrayTypeStyle"/> <module name="ArrayTypeStyle"/>
<module name="MissingSwitchDefault"/>
<module name="FallThrough"/> <module name="FallThrough"/>
<module name="UpperEll"/> <module name="UpperEll"/>
<module name="ModifierOrder"/> <module name="ModifierOrder"/>