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
+3 -2
View File
@@ -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"