Specify group for "Redundant 'Unit' return type" inspection
This commit is contained in:
@@ -1979,7 +1979,8 @@
|
|||||||
|
|
||||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.RedundantUnitReturnTypeInspection"
|
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.RedundantUnitReturnTypeInspection"
|
||||||
displayName="Redundant 'Unit' return type"
|
displayName="Redundant 'Unit' return type"
|
||||||
groupName="Kotlin"
|
groupPath="Kotlin"
|
||||||
|
groupName="Redundant constructs"
|
||||||
enabledByDefault="true"
|
enabledByDefault="true"
|
||||||
cleanupTool="true"
|
cleanupTool="true"
|
||||||
level="WARNING"
|
level="WARNING"
|
||||||
|
|||||||
Reference in New Issue
Block a user