Introduce "Redundant 'inner' modifier" inspection

#KT-3262 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-09-02 14:45:42 +02:00
committed by Vladimir Dolzhenko
parent d76dc6f57e
commit 5f1cc3b152
34 changed files with 438 additions and 0 deletions
@@ -3568,6 +3568,15 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RedundantInnerClassModifierInspection"
displayName="Redundant 'inner' modifier"
groupPath="Kotlin"
groupName="Redundant constructs"
enabledByDefault="true"
level="WARNING"
language="kotlin"
/>
<projectService serviceInterface="org.jetbrains.kotlin.idea.codeInsight.KotlinCodeInsightWorkspaceSettings"
serviceImplementation="org.jetbrains.kotlin.idea.codeInsight.KotlinCodeInsightWorkspaceSettings"/>