From e1569942291787743e86ab7445944dc4d451ef73 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Aug 2021 10:55:42 -0400 Subject: Suppress new clang-tidy warnings --- test/.clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 30893c7..f3a1adc 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,7 +2,9 @@ Checks: > *, -*-magic-numbers, -*-uppercase-literal-suffix, + -altera-struct-pack-align, -bugprone-reserved-identifier, + -bugprone-suspicious-include, -cert-dcl37-c, -cert-dcl51-cpp, -google-runtime-references, @@ -11,5 +13,6 @@ Checks: > -llvm-header-guard, -llvmlibc-*, -modernize-use-trailing-return-type, + -readability-function-cognitive-complexity, FormatStyle: file HeaderFilterRegex: 'pugl/.*|test/.*' -- cgit v1.2.1