From b60d2da07e4d7e348dfa8d414256a996f443d6a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Oct 2022 15:12:45 -0400 Subject: Suppress new warnings in clang-tidy 14 --- test/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 670b63d..6be68df 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,6 +4,7 @@ Checks: > -*-uppercase-literal-suffix, -altera*, -bugprone-suspicious-include, + -cert-err33-c, -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, @@ -11,5 +12,6 @@ Checks: > -llvmlibc-*, -modernize-use-trailing-return-type, -readability-function-cognitive-complexity, + -readability-identifier-length, FormatStyle: file HeaderFilterRegex: 'pugl/.*|test/.*' -- cgit v1.2.1