From c611d43d2eafc033c8d68cb4762ea7a242bf1365 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Jun 2024 14:07:58 -0400 Subject: Strengthen clang-tidy configuration --- test/.clang-tidy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 75f5312d..457abcaf 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -11,5 +11,9 @@ Checks: > -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -concurrency-mt-unsafe, -hicpp-signed-bitwise, - -readability-function-cognitive-complexity, +CheckOptions: + - key: readability-function-cognitive-complexity.IgnoreMacros + value: 'true' + - key: readability-function-cognitive-complexity.Threshold + value: '6' InheritParentConfig: true -- cgit v1.2.1