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/.clang-tidy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index a271110..b2fbfe2 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,11 +2,12 @@ # SPDX-License-Identifier: 0BSD OR ISC Checks: > - -*-macro-to-enum, -*-magic-numbers, -bugprone-multi-level-implicit-pointer-conversion, -bugprone-suspicious-realloc-usage, -cert-err33-c, - -performance-no-int-to-ptr, -readability-identifier-length, +CheckOptions: + - key: readability-function-cognitive-complexity.Threshold + value: '13' InheritParentConfig: true -- cgit v1.2.1