Introduce "Boolean literal arguments" inspection #KT-2029 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-10-24 11:58:59 +03:00
committed by Mikhail Glukhikh
parent aa9e48b9b6
commit 0d7116aa5d
21 changed files with 248 additions and 17 deletions
@@ -3164,6 +3164,15 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.BooleanLiteralArgumentInspection"
displayName="Boolean literal argument without parameter name"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="INFO"
language="kotlin"
/>
<referenceImporter implementation="org.jetbrains.kotlin.idea.quickfix.KotlinReferenceImporter"/>
<fileType.fileViewProviderFactory filetype="KJSM" implementationClass="com.intellij.psi.ClassFileViewProviderFactory"/>