diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-12 11:42:47 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-13 12:19:02 +0200 |
commit | d46051807e37bd1e28a4c6ecd60d3a9f92103cc7 (patch) | |
tree | 9ddc088cd29e866f1d70384dd95066aba60820a3 /etc | |
parent | 551a068668cd08ae5025aa05eacd6eb934ca9c4b (diff) | |
download | justbuild-d46051807e37bd1e28a4c6ecd60d3a9f92103cc7.tar.gz |
Add a lint target for clang-tidy
... using the already-committed configuration file and the
version of clang-tidy that was imported from the toolchain.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/lint/TARGETS.just | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/lint/TARGETS.just b/etc/defaults/lint/TARGETS.just new file mode 100644 index 00000000..de52b000 --- /dev/null +++ b/etc/defaults/lint/TARGETS.just @@ -0,0 +1,3 @@ +{ "defaults": + {"type": "defaults", "base": [["CC", "defaults"], ["shell", "defaults"]]} +} |