diff options
author | David Robillard <d@drobilla.net> | 2022-12-10 18:02:30 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-10 19:04:45 -0500 |
commit | 02446e898d8991fab606aa8d3d964af19d2e4b4f (patch) | |
tree | 556aaf70f913960999d9ef6cc68c9ec45fcf0526 /test/.clang-tidy | |
parent | 3f209ff081bbcf0f15a3acfcb04b3371011f9f9d (diff) | |
download | lilv-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 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index aab3384..f6f74ab 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -13,7 +13,7 @@ Checks: > -cppcoreguidelines-narrowing-conversions, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, + -llvm-header-guard, -readability-function-cognitive-complexity, - -readability-identifier-length, -readability-suspicious-call-argument, InheritParentConfig: true |