summaryrefslogtreecommitdiff
path: root/rules/lint/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-22 10:27:57 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-22 13:02:10 +0200
commite3b26d49ee7c3d5363924729a5cfdd91f134fbde (patch)
tree3099b9e803847a0792221de921c3264f02881372 /rules/lint/TARGETS
parentee41022da16d6ad84d3164a2ef27a57dc57c4a2c (diff)
downloadjustbuild-e3b26d49ee7c3d5363924729a5cfdd91f134fbde.tar.gz
Add ["lint", "defaults"] to provide paths for lint actions
... and honor those in ["lint", "targets"].
Diffstat (limited to 'rules/lint/TARGETS')
-rw-r--r--rules/lint/TARGETS4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/lint/TARGETS b/rules/lint/TARGETS
index 0967ef42..de52b000 100644
--- a/rules/lint/TARGETS
+++ b/rules/lint/TARGETS
@@ -1 +1,3 @@
-{}
+{ "defaults":
+ {"type": "defaults", "base": [["CC", "defaults"], ["shell", "defaults"]]}
+}