Introduce "Redundant '?: return null'" inspection
#KT-34819 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
5f1cc3b152
commit
820b8c3c54
@@ -3577,6 +3577,15 @@
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RedundantElvisReturnNullInspection"
|
||||
displayName="Redundant '?: return null'"
|
||||
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