From ee8a8d511fb5c8d0cbad8a5979759ce853e8d767 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 5 Nov 2024 16:27:27 +0100 Subject: Use quote and quasi-quote to simplify some expressions --- lint/RULES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lint') diff --git a/lint/RULES b/lint/RULES index 0fba127..0da42d2 100644 --- a/lint/RULES +++ b/lint/RULES @@ -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": -- cgit v1.2.3