From 7aed571ade9150c80868445ca9b3910cece2dc74 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 22 Aug 2024 13:12:16 +0200 Subject: Use lint defaults as in rules ... inheriting path from CC and shell defaults. --- etc/defaults/lint/TARGETS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/defaults/lint/TARGETS b/etc/defaults/lint/TARGETS index 0967ef42..de52b000 100644 --- a/etc/defaults/lint/TARGETS +++ b/etc/defaults/lint/TARGETS @@ -1 +1,3 @@ -{} +{ "defaults": + {"type": "defaults", "base": [["CC", "defaults"], ["shell", "defaults"]]} +} -- cgit v1.2.3