From 75e647def0f67647ec7ba1405e26d809a87c62fc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Jul 2022 20:47:34 -0400 Subject: Switch to meson build system --- test/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 6f36a17..53e7864 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -3,6 +3,7 @@ Checks: > -*-magic-numbers, -*-uppercase-literal-suffix, -altera-*, + -bugprone-macro-parentheses, -bugprone-suspicious-string-compare, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -hicpp-signed-bitwise, -- cgit v1.2.1