diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-22 10:27:57 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-22 13:02:10 +0200 |
commit | e3b26d49ee7c3d5363924729a5cfdd91f134fbde (patch) | |
tree | 3099b9e803847a0792221de921c3264f02881372 /rules/lint/TARGETS | |
parent | ee41022da16d6ad84d3164a2ef27a57dc57c4a2c (diff) | |
download | justbuild-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/TARGETS | 4 |
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"]]} +} |