From e37f70b72357dc01d24118746d2a0656fc90fb17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Jan 2025 09:24:39 -0500 Subject: Strengthen clang-tidy configuration --- test/headers/.clang-tidy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/headers') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index bbcc1eb..aa1b43c 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -3,11 +3,11 @@ Checks: > *, - -*-macro-to-enum, -altera-*, -llvmlibc-*, - -performance-no-int-to-ptr, - -readability-identifier-length, +CheckOptions: + - key: readability-function-cognitive-complexity.Threshold + value: '0' WarningsAsErrors: '*' HeaderFilterRegex: '.*/sratom/[^/]+.h' FormatStyle: file -- cgit v1.2.1