mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-28 15:51:42 +00:00
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"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user