Added Incomplete destructuring inspection

#KT-21223 Fixed
This commit is contained in:
kvirolainen
2020-06-29 12:03:27 +02:00
committed by Vladimir Dolzhenko
parent e6bca819d4
commit 5b1d019bb0
11 changed files with 143 additions and 0 deletions
+8
View File
@@ -2493,6 +2493,14 @@
language="kotlin"
key="inspection.unused.unary.operator.display.name" bundle="messages.KotlinBundle"/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.IncompleteDestructuringInspection"
groupPath="Kotlin"
groupName="Probable bugs"
enabledByDefault="true"
level="WARNING"
language="kotlin"
key="inspection.incomplete.destructuring.declaration.display.name" bundle="messages.KotlinBundle"/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RedundantInnerClassModifierInspection"
groupPath="Kotlin"
groupName="Redundant constructs"