Introduce inspection for unused main parameter #KT-26999 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-10-30 18:39:20 +03:00
parent ad44118605
commit 318d6e7111
11 changed files with 113 additions and 2 deletions
+9
View File
@@ -3075,6 +3075,15 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.UnusedMainParameterInspection"
displayName="Main parameter is not necessary"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="WEAK WARNING"
language="kotlin"
/>
<referenceImporter implementation="org.jetbrains.kotlin.idea.quickfix.KotlinReferenceImporter"/>
<fileType.fileViewProviderFactory filetype="KJSM" implementationClass="com.intellij.psi.ClassFileViewProviderFactory"/>