Introduce "Redundant 'inner' modifier" inspection
#KT-3262 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
d76dc6f57e
commit
5f1cc3b152
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user