Create RedundantLabelMigrationInspection

#KT-36262
This commit is contained in:
Dmitry Gridin
2020-01-29 13:35:05 +07:00
parent 2441ee80e4
commit 311860699e
8 changed files with 88 additions and 0 deletions
+10
View File
@@ -3149,6 +3149,16 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.RedundantLabelMigrationInspection"
displayName="Redundant labels since 1.4"
groupPath="Kotlin"
groupName="Migration"
enabledByDefault="false"
cleanupTool="true"
level="WEAK WARNING"
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ObsoleteExperimentalCoroutinesInspection"
displayName="Experimental coroutines usages are deprecated since 1.3"
groupPath="Kotlin"