From c3863e7eea29d25079ee1c364dbaa330a4a18ca8 Mon Sep 17 00:00:00 2001 From: mkpaz Date: Fri, 10 Feb 2023 15:07:26 +0400 Subject: [PATCH] Checkstyle: remove MissingSwitchDefault rule This check is covered by ErrorProne, which also verifies whether switch statement is exhaustive or not. --- checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 5b6615d..fecf843 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -137,7 +137,6 @@ -