From 7d54afa1d8543eccb83890f698316b5dd1654c5e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 22 Aug 2024 10:27:57 +0200 Subject: Add ["lint", "defaults"] to provide paths for lint actions ... and honor those in ["lint", "targets"]. --- lint/TARGETS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lint/TARGETS') diff --git a/lint/TARGETS b/lint/TARGETS index 0967ef4..de52b00 100644 --- a/lint/TARGETS +++ b/lint/TARGETS @@ -1 +1,3 @@ -{} +{ "defaults": + {"type": "defaults", "base": [["CC", "defaults"], ["shell", "defaults"]]} +} -- cgit v1.2.3