Disable "Incomplete destructuring declaration"

^KT-43037 fixed
This commit is contained in:
Andrei Klunnyi
2020-10-29 19:00:57 +01:00
parent 3acb468d48
commit 55048f40ab
+1 -1
View File
@@ -2510,7 +2510,7 @@
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.IncompleteDestructuringInspection"
groupPath="Kotlin"
groupName="Probable bugs"
enabledByDefault="true"
enabledByDefault="false"
level="WARNING"
language="kotlin"
key="inspection.incomplete.destructuring.declaration.display.name" bundle="messages.KotlinBundle"/>