diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-28 11:55:34 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-28 11:55:34 +0200 |
commit | 84fab3fd11c78f4382017831d23d1d8dcdd64b55 (patch) | |
tree | 79bbe8545445e9d021fb7eccb799e19be636fd2c | |
parent | f4dc32eec4aa28c6cc4daadded5b05a47e40d658 (diff) | |
download | rules-cc-84fab3fd11c78f4382017831d23d1d8dcdd64b55.tar.gz |
rules lint: Fix spacing for missing target name
-rw-r--r-- | lint/RULES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -222,7 +222,11 @@ , "$1": [ "lint " , {"type": "var", "name": "name"} - , " failed for " + , { "type": "if" + , "cond": {"type": "var", "name": "name"} + , "then": " failed for " + , "else": "failed for " + } , {"type": "var", "name": "src"} ] } |