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. --- src/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1