summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-22 13:12:16 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-22 13:12:16 +0200
commit7aed571ade9150c80868445ca9b3910cece2dc74 (patch)
treec52d0d907af41ba35a3745324977ae6cf0d2ad82 /etc
parente3b26d49ee7c3d5363924729a5cfdd91f134fbde (diff)
downloadjustbuild-7aed571ade9150c80868445ca9b3910cece2dc74.tar.gz
Use lint defaults as in rules
... inheriting path from CC and shell defaults.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/lint/TARGETS4
1 files changed, 3 insertions, 1 deletions
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"]]}
+}