Move implementation of runForWholeFile field to xml

This commit is contained in:
Dmitry Gridin
2020-03-23 20:59:24 +07:00
parent f92936ae12
commit 32dba0afa2
8 changed files with 8 additions and 8 deletions
@@ -1751,6 +1751,7 @@
enabledByDefault="false"
level="WEAK WARNING"
language="kotlin"
runForWholeFile="true"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceCollectionCountWithSizeInspection"
@@ -1976,6 +1977,7 @@
enabledByDefault="false"
level="WARNING"
language="kotlin"
runForWholeFile="true"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.refactoring.move.changePackage.PackageDirectoryMismatchInspection"