Drop DeprecatedFacadeUsageInspection

(cherry picked from commit f18b95d)
This commit is contained in:
Pavel V. Talanov
2015-10-15 20:16:33 +03:00
committed by Dmitry Petrov
parent 93bb010875
commit bb77890a4e
10 changed files with 0 additions and 137 deletions
-8
View File
@@ -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"