summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 12ca76c..8d229b6 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -14,7 +14,7 @@ Checks: >
-google-readability-todo,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,
+ -llvm-header-guard,
-readability-function-cognitive-complexity,
- -readability-identifier-length,
-readability-suspicious-call-argument,
InheritParentConfig: true