TrailingCommaInspection: add dependency to settings

* Change severity to `INFO`
* Mark useless comma as unused symbol
* Add dependency on `Use trailing comma`

#KT-39069 Fixed
#KT-38568 Fixed
This commit is contained in:
Dmitry Gridin
2020-05-20 13:20:54 +07:00
parent 8d77ec83c6
commit ee141ae57b
3 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -2739,7 +2739,7 @@
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="WEAK WARNING"
level="INFO"
language="kotlin"
key="inspection.trailing.comma.display.name" bundle="messages.KotlinBundle"/>