Specify group for "Redundant 'Unit' return type" inspection

This commit is contained in:
Dmitry Jemerov
2017-07-07 16:53:42 +02:00
parent 33a93e5fc5
commit 4b92349031
+2 -1
View File
@@ -1979,7 +1979,8 @@
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.RedundantUnitReturnTypeInspection"
displayName="Redundant 'Unit' return type"
groupName="Kotlin"
groupPath="Kotlin"
groupName="Redundant constructs"
enabledByDefault="true"
cleanupTool="true"
level="WARNING"