ConvertReferenceToLambda status refactoring
Intention is not registered now; inspection is enabled by default now, but has highlight level of "No highlighting"
This commit is contained in:
@@ -1385,11 +1385,6 @@
|
||||
<category>Kotlin</category>
|
||||
</intentionAction>
|
||||
|
||||
<intentionAction>
|
||||
<className>org.jetbrains.kotlin.idea.intentions.ConvertReferenceToLambdaIntention</className>
|
||||
<category>Kotlin</category>
|
||||
</intentionAction>
|
||||
|
||||
<intentionAction>
|
||||
<className>org.jetbrains.kotlin.idea.intentions.RemoveSingleExpressionStringTemplateIntention</className>
|
||||
<category>Kotlin</category>
|
||||
@@ -1956,8 +1951,8 @@
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.ConvertReferenceToLambdaInspection"
|
||||
displayName="Can be replaced with lambda"
|
||||
groupName="Kotlin"
|
||||
enabledByDefault="false"
|
||||
level="INFO"
|
||||
enabledByDefault="true"
|
||||
level="INFORMATION"
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user