AddOperatorModifierInspection: decrease severity to INFORMATION

#KT-32796 Fixed
This commit is contained in:
Dmitry Gridin
2019-07-22 11:17:15 +03:00
parent b99efb9a2b
commit a9f0d1a53b
+1 -2
View File
@@ -3400,11 +3400,10 @@
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="WEAK WARNING"
level="INFORMATION"
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RedundantEmptyInitializerBlockInspection"
displayName="Redundant empty initializer block"
groupPath="Kotlin"