Add groupPath/Name, change displayName for null checks -> safe call
Related to KT-14799
This commit is contained in:
@@ -2379,8 +2379,9 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.NullChecksToSafeCallInspection"
|
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.NullChecksToSafeCallInspection"
|
||||||
displayName="Replace chained null-checks with safe-calls"
|
displayName="Null-checks replaceable with safe-calls"
|
||||||
groupName="Kotlin"
|
groupPath="Kotlin"
|
||||||
|
groupName="Redundant constructs"
|
||||||
enabledByDefault="true"
|
enabledByDefault="true"
|
||||||
level="WEAK WARNING"
|
level="WEAK WARNING"
|
||||||
language="kotlin"
|
language="kotlin"
|
||||||
|
|||||||
Reference in New Issue
Block a user