aboutsummaryrefslogtreecommitdiff
path: root/gradle/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/checkstyle.xml')
-rw-r--r--gradle/checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/checkstyle.xml b/gradle/checkstyle.xml
index bb89450d6..fc016c6f6 100644
--- a/gradle/checkstyle.xml
+++ b/gradle/checkstyle.xml
@@ -115,7 +115,7 @@
<module name="EqualsHashCode"/>
<module name="IllegalInstantiation"/>
<!--<module name="InnerAssignment"/>-->
- <module name="MissingSwitchDefault"/>
+ <!--<module name="MissingSwitchDefault"/>-->
<module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/>