Downgrade LoopToCallChainInspection to INFORMATION level

This commit is contained in:
Mikhail Glukhikh
2018-02-20 18:42:21 +03:00
parent 9b4f1156d8
commit fda40723dc

View File

@@ -1819,7 +1819,7 @@
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="INFO"
level="INFORMATION"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.loopToCallChain.UseWithIndexInspection"