From 02446e898d8991fab606aa8d3d964af19d2e4b4f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 18:02:30 -0500 Subject: 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. --- test/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1