Replace with explicit "get" inspection enabled by default but is reported only for functions explicitly marked with "operator"
This commit is contained in:
@@ -1099,8 +1099,8 @@
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.conventionNameCalls.ExplicitGetInspection"
|
||||
displayName="Explicit 'get'"
|
||||
groupName="Kotlin"
|
||||
enabledByDefault="false"
|
||||
level="WEAK WARNING"
|
||||
enabledByDefault="true"
|
||||
level="INFO"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IfThenToElvisInspection"
|
||||
|
||||
Reference in New Issue
Block a user