lint: port unused delimiter diagnostics
Signed-off-by: David Wood <david.wood@huawei.com>
This commit is contained in:
parent
2829f519a0
commit
fc4f8d9bc2
2 changed files with 12 additions and 5 deletions
|
@ -278,3 +278,6 @@ lint-path-statement-drop = path statement drops value
|
|||
.suggestion = use `drop` to clarify the intent
|
||||
|
||||
lint-path-statement-no-effect = path statement with no effect
|
||||
|
||||
lint-unused-delim = unnecessary {$delim} around {$item}
|
||||
.suggestion = remove these {$delim}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue