1
Fork 0

lint: port unused delimiter diagnostics

Signed-off-by: David Wood <david.wood@huawei.com>
This commit is contained in:
David Wood 2022-06-28 10:28:57 +01:00
parent 2829f519a0
commit fc4f8d9bc2
2 changed files with 12 additions and 5 deletions

View file

@ -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}