diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-22 13:12:16 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-22 13:12:16 +0200 |
commit | 7aed571ade9150c80868445ca9b3910cece2dc74 (patch) | |
tree | c52d0d907af41ba35a3745324977ae6cf0d2ad82 /etc | |
parent | e3b26d49ee7c3d5363924729a5cfdd91f134fbde (diff) | |
download | justbuild-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/TARGETS | 4 |
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"]]} +} |