ProhibitRepeatedUseSiteTargetAnnotationsMigration: improve name and description
#KT-36477 Fixed
This commit is contained in:
@@ -3170,7 +3170,7 @@
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitRepeatedUseSiteTargetAnnotationsMigrationInspection"
|
||||
displayName="This annotation is not repeatable since 1.4"
|
||||
displayName="Repeatable annotation without `@Repeatable` are not allowed since 1.4"
|
||||
groupPath="Kotlin"
|
||||
groupName="Migration"
|
||||
enabledByDefault="false"
|
||||
|
||||
@@ -3171,7 +3171,7 @@
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitRepeatedUseSiteTargetAnnotationsMigrationInspection"
|
||||
displayName="This annotation is not repeatable since 1.4"
|
||||
displayName="Repeatable annotation without `@Repeatable` are not allowed since 1.4"
|
||||
groupPath="Kotlin"
|
||||
groupName="Migration"
|
||||
enabledByDefault="false"
|
||||
|
||||
@@ -3171,7 +3171,7 @@
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.migration.ProhibitRepeatedUseSiteTargetAnnotationsMigrationInspection"
|
||||
displayName="This annotation is not repeatable since 1.4"
|
||||
displayName="Repeatable annotation without `@Repeatable` are not allowed since 1.4"
|
||||
groupPath="Kotlin"
|
||||
groupName="Migration"
|
||||
enabledByDefault="false"
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Since Kotlin 1.4, it's forbidden to repeat annotation on property accessors.
|
||||
Since Kotlin 1.4, it's forbidden to repeat annotation without <b>@Repeatable</b> annotation and <b>SOURCE</b> retention on property accessors.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user