Move KotlinCleanupInspection to Migration group

This commit is contained in:
Nikolay Krasko
2018-06-29 17:21:46 +03:00
parent 3b968351bb
commit 30a2969887
6 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -1886,7 +1886,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
shortName="KotlinDeprecation"
displayName="Usage of redundant or deprecated syntax or deprecated symbols"
groupPath="Kotlin"
groupName="Other problems"
groupName="Migration"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"
+2 -3
View File
@@ -475,7 +475,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<codeInsight.template.postfixTemplateProvider language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.postfix.KtPostfixTemplateProvider"/>
<codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/>
<defaultHighlightingSettingProvider language="kotlin" implementation="org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider"/>
@@ -1884,7 +1883,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
shortName="KotlinDeprecation"
displayName="Usage of redundant or deprecated syntax or deprecated symbols"
groupPath="Kotlin"
groupName="Other problems"
groupName="Migration"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"
@@ -2860,7 +2859,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.RedundantAsyncInspection"
displayName="Redundant async call"
displayName="Redundant 'async' call"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
+2 -3
View File
@@ -475,7 +475,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<codeInsight.template.postfixTemplateProvider language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.postfix.KtPostfixTemplateProvider"/>
<codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/>
<defaultHighlightingSettingProvider language="kotlin" implementation="org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider"/>
@@ -1884,7 +1883,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
shortName="KotlinDeprecation"
displayName="Usage of redundant or deprecated syntax or deprecated symbols"
groupPath="Kotlin"
groupName="Other problems"
groupName="Migration"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"
@@ -2860,7 +2859,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.RedundantAsyncInspection"
displayName="Redundant async call"
displayName="Redundant 'async' call"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
+2 -3
View File
@@ -476,7 +476,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<codeInsight.template.postfixTemplateProvider language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.postfix.KtPostfixTemplateProvider"/>
<codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/>
<defaultHighlightingSettingProvider language="kotlin" implementation="org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider"/>
@@ -1885,7 +1884,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
shortName="KotlinDeprecation"
displayName="Usage of redundant or deprecated syntax or deprecated symbols"
groupPath="Kotlin"
groupName="Other problems"
groupName="Migration"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"
@@ -2861,7 +2860,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.RedundantAsyncInspection"
displayName="Redundant async call"
displayName="Redundant 'async' call"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
+2 -3
View File
@@ -475,7 +475,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<codeInsight.template.postfixTemplateProvider language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.postfix.KtPostfixTemplateProvider"/>
<codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/>
<defaultHighlightingSettingProvider language="kotlin" implementation="org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider"/>
@@ -1884,7 +1883,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
shortName="KotlinDeprecation"
displayName="Usage of redundant or deprecated syntax or deprecated symbols"
groupPath="Kotlin"
groupName="Other problems"
groupName="Migration"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"
@@ -2860,7 +2859,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.RedundantAsyncInspection"
displayName="Redundant async call"
displayName="Redundant 'async' call"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
+2 -3
View File
@@ -475,7 +475,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<codeInsight.template.postfixTemplateProvider language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.postfix.KtPostfixTemplateProvider"/>
<codeInsight.linkHandler prefix="#kotlinClass/" handlerClass="org.jetbrains.kotlin.idea.highlighter.markers.KotlinClassTooltipLinkHandler"/>
<defaultHighlightingSettingProvider language="kotlin" implementation="org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider"/>
@@ -1884,7 +1883,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
shortName="KotlinDeprecation"
displayName="Usage of redundant or deprecated syntax or deprecated symbols"
groupPath="Kotlin"
groupName="Other problems"
groupName="Migration"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"
@@ -2860,7 +2859,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.RedundantAsyncInspection"
displayName="Redundant async call"
displayName="Redundant 'async' call"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"