From 46ab5fa6820e069ae4e97a26712b03144a34a04f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 19:49:47 -0500 Subject: Strengthen clang-tidy configuration --- test/cpp/.clang-tidy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/cpp/.clang-tidy') diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy index 1fe1f27..b7981cc 100644 --- a/test/cpp/.clang-tidy +++ b/test/cpp/.clang-tidy @@ -2,10 +2,9 @@ # SPDX-License-Identifier: 0BSD OR ISC Checks: > - -*-avoid-c-arrays, - -*-deprecated-headers, -*-no-malloc, -*-use-auto, + -*-use-nullptr, -bugprone-reserved-identifier, -cert-dcl37-c, -cert-dcl50-cpp, @@ -17,10 +16,7 @@ Checks: > -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-vararg, -hicpp-no-array-decay, - -hicpp-use-nullptr, -hicpp-vararg, - -llvmlibc-callee-namespace, - -modernize-use-nullptr, -modernize-use-using, -performance-enum-size, -readability-implicit-bool-conversion, -- cgit v1.2.1