AbstractKotlinInspection: fix suppressor
#KT-37576 Fixed
This commit is contained in:
@@ -1908,6 +1908,7 @@
|
||||
level="WARNING"
|
||||
runForWholeFile="true"
|
||||
language="kotlin"
|
||||
suppressId="unused"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.UnusedReceiverParameterInspection"
|
||||
@@ -1917,6 +1918,7 @@
|
||||
enabledByDefault="true"
|
||||
level="WARNING"
|
||||
language="kotlin"
|
||||
suppressId="unused"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.KotlinUnusedImportInspection"
|
||||
@@ -1927,6 +1929,7 @@
|
||||
level="WARNING"
|
||||
runForWholeFile="true"
|
||||
language="kotlin"
|
||||
suppressId="UnusedImport"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RedundantSamConstructorInspection"
|
||||
@@ -2652,6 +2655,7 @@
|
||||
cleanupTool="true"
|
||||
level="WEAK WARNING"
|
||||
language="kotlin"
|
||||
suppressId="DoubleNegation"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.WhenWithOnlyElseInspection"
|
||||
@@ -2760,6 +2764,7 @@
|
||||
cleanupTool="true"
|
||||
level="WEAK WARNING"
|
||||
language="kotlin"
|
||||
suppressId="RedundantOverride"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.SuspiciousEqualsCombination"
|
||||
@@ -3454,6 +3459,7 @@
|
||||
enabledByDefault="true"
|
||||
level="WARNING"
|
||||
language="kotlin"
|
||||
suppressId="ThrowableNotThrown"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.JavaMapForEachInspection"
|
||||
@@ -3481,6 +3487,7 @@
|
||||
enabledByDefault="true"
|
||||
level="WARNING"
|
||||
language="kotlin"
|
||||
suppressId="CovariantEquals"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceNotNullAssertionWithElvisReturnInspection"
|
||||
@@ -3544,6 +3551,7 @@
|
||||
enabledByDefault="true"
|
||||
level="WARNING"
|
||||
language="kotlin"
|
||||
suppressId="EqualsBetweenInconvertibleTypes"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.LateinitVarOverridesLateinitVarInspection"
|
||||
|
||||
Reference in New Issue
Block a user