Disable WhenWithOnlyElse by default.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a0e2ca669b
commit
e02877d1dc
@@ -2585,7 +2585,7 @@
|
|||||||
displayName="'when' has only 'else' branch and can be simplified"
|
displayName="'when' has only 'else' branch and can be simplified"
|
||||||
groupPath="Kotlin"
|
groupPath="Kotlin"
|
||||||
groupName="Redundant constructs"
|
groupName="Redundant constructs"
|
||||||
enabledByDefault="true"
|
enabledByDefault="false"
|
||||||
level="WEAK WARNING"
|
level="WEAK WARNING"
|
||||||
language="kotlin"
|
language="kotlin"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user