Add groupPath/Name, change displayName for null checks -> safe call

Related to KT-14799
This commit is contained in:
Mikhail Glukhikh
2017-07-11 19:25:38 +03:00
parent 7407083624
commit cc4e55b829

View File

@@ -2379,8 +2379,9 @@
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.NullChecksToSafeCallInspection"
displayName="Replace chained null-checks with safe-calls"
groupName="Kotlin"
displayName="Null-checks replaceable with safe-calls"
groupPath="Kotlin"
groupName="Redundant constructs"
enabledByDefault="true"
level="WEAK WARNING"
language="kotlin"