Drop DeprecatedFacadeUsageInspection
(cherry picked from commit f18b95d)
This commit is contained in:
committed by
Dmitry Petrov
parent
93bb010875
commit
bb77890a4e
@@ -1252,14 +1252,6 @@
|
||||
level="WARNING"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.DeprecatedFacadeUsageInspection"
|
||||
displayName="Usage of deprecated Kotlin package facade"
|
||||
groupName="Kotlin"
|
||||
language="JAVA"
|
||||
enabledByDefault="true"
|
||||
cleanupTool="true"
|
||||
level="WARNING"/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.DeprecatedObjectInstanceFieldReferenceInspection"
|
||||
displayName="Usage of deprecated 'INSTANCE$' field"
|
||||
groupName="Kotlin"
|
||||
|
||||
Reference in New Issue
Block a user