diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-05 16:27:27 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-06 14:37:16 +0100 |
commit | ee8a8d511fb5c8d0cbad8a5979759ce853e8d767 (patch) | |
tree | d9061a648fba7cffe3d6dd6b39f4543afd669d40 /lint | |
parent | 9e7f2b68357dc1fbd073244e5a242a8317c8207d (diff) | |
download | rules-cc-ee8a8d511fb5c8d0cbad8a5979759ce853e8d767.tar.gz |
Use quote and quasi-quote to simplify some expressions
Diffstat (limited to 'lint')
-rw-r--r-- | lint/RULES | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -93,8 +93,7 @@ , "call_lint": ["call_lint"] , "call_summary": ["call_summary"] } - , "config_transitions": - {"targets": [{"type": "singleton_map", "key": "LINT", "value": true}]} + , "config_transitions": {"targets": [{"type": "'", "$1": {"LINT": true}}]} , "anonymous": {"lint": {"target": "targets", "provider": "lint", "rule_map": {}}} , "imports": |