Create ProhibitUseSiteTargetAnnotationsOnSuperTypesMigrationInspection

#KT-36258 Fixed
This commit is contained in:
Dmitry Gridin
2020-01-29 16:28:37 +07:00
parent 181dd432ca
commit 266a7a67f0
16 changed files with 184 additions and 4 deletions
+10
View File
@@ -3159,6 +3159,16 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitUseSiteTargetAnnotationsOnSuperTypesMigrationInspection"
displayName="Annotations on superclass are meaningless since 1.4"
groupPath="Kotlin"
groupName="Migration"
enabledByDefault="false"
cleanupTool="true"
level="ERROR"
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ObsoleteExperimentalCoroutinesInspection"
displayName="Experimental coroutines usages are deprecated since 1.3"
groupPath="Kotlin"