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 | 7d54afa1d8543eccb83890f698316b5dd1654c5e (patch) | |
tree | df44900e690b871234b6b43c0dff45d9f035ab93 /lint/TARGETS | |
parent | 5d10279dee1405762cdb43d8b663fbe0e03f350b (diff) | |
download | rules-cc-7d54afa1d8543eccb83890f698316b5dd1654c5e.tar.gz |
Add ["lint", "defaults"] to provide paths for lint actions
... and honor those in ["lint", "targets"].
Diffstat (limited to 'lint/TARGETS')
-rw-r--r-- | lint/TARGETS | 4 |
1 files changed, 3 insertions, 1 deletions
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"]]} +} |