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:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user