Added flags "runForWholeFile" for inspections into XML because overriding method does not work

This commit is contained in:
Valentin Kipyatkov
2016-04-19 14:30:54 +03:00
parent a68dbe78d8
commit 4f9f5c205f
+2
View File
@@ -1319,6 +1319,7 @@
groupName="Kotlin"
enabledByDefault="true"
level="WARNING"
runForWholeFile="true"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.UnusedReceiverParameterInspection"
@@ -1333,6 +1334,7 @@
groupName="Kotlin"
enabledByDefault="true"
level="WARNING"
runForWholeFile="true"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RedundantSamConstructorInspection"