Disable WhenWithOnlyElse by default.

This commit is contained in:
Burak Eregar
2019-03-12 18:27:56 +00:00
committed by Mikhail Glukhikh
parent a0e2ca669b
commit e02877d1dc
+1 -1
View File
@@ -2585,7 +2585,7 @@
displayName="'when' has only 'else' branch and can be simplified"
groupPath="Kotlin"
groupName="Redundant constructs"
enabledByDefault="true"
enabledByDefault="false"
level="WEAK WARNING"
language="kotlin"
/>