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:
@@ -2181,7 +2181,7 @@ inspection.redundant.inner.class.modifier.descriptor=Redundant 'inner' modifier
|
||||
inspection.redundant.inner.class.modifier.display.name=Redundant 'inner' modifier
|
||||
fix.remove.annotation.text=Remove annotation
|
||||
inspection.trailing.comma.display.name=Trailing comma recommendations
|
||||
inspection.trailing.comma.report.also.a.missing.comma=Report also a missing comma
|
||||
inspection.trailing.comma.report.also.a.missing.comma=Report also a missing comma or a line break
|
||||
inspection.trailing.comma.add.line.break=Add line break
|
||||
inspection.trailing.comma.missing.line.break=Missing line break
|
||||
inspection.trailing.comma.remove.trailing.comma=Remove trailing comma
|
||||
|
||||
Reference in New Issue
Block a user