From d46051807e37bd1e28a4c6ecd60d3a9f92103cc7 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 12 Jun 2025 11:42:47 +0200 Subject: 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. --- etc/defaults/lint/TARGETS.just | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/defaults/lint/TARGETS.just (limited to 'etc') 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"]]} +} -- cgit v1.2.3