summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 18:02:30 -0500
committerDavid Robillard <d@drobilla.net>2022-12-10 19:04:45 -0500
commit02446e898d8991fab606aa8d3d964af19d2e4b4f (patch)
tree556aaf70f913960999d9ef6cc68c9ec45fcf0526 /tools
parent3f209ff081bbcf0f15a3acfcb04b3371011f9f9d (diff)
downloadlilv-02446e898d8991fab606aa8d3d964af19d2e4b4f.tar.gz
lilv-02446e898d8991fab606aa8d3d964af19d2e4b4f.tar.bz2
lilv-02446e898d8991fab606aa8d3d964af19d2e4b4f.zip
Make clang-tidy configuration cleaner when run via meson
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project.
Diffstat (limited to 'tools')
-rw-r--r--tools/.clang-tidy3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/.clang-tidy b/tools/.clang-tidy
index b258816..d8434e2 100644
--- a/tools/.clang-tidy
+++ b/tools/.clang-tidy
@@ -4,14 +4,13 @@
Checks: >
-*-magic-numbers,
-android-cloexec-fopen,
- -bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-cert-err33-c,
-cert-err34-c,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-narrowing-conversions,
-hicpp-signed-bitwise,
+ -llvm-header-guard,
-misc-no-recursion,
-readability-function-cognitive-complexity,
- -readability-identifier-length,
InheritParentConfig: true