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"
|
||||
groupPath="Kotlin"
|
||||
groupName="Redundant constructs"
|
||||
enabledByDefault="true"
|
||||
enabledByDefault="false"
|
||||
level="WEAK WARNING"
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user