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/headers/.clang-tidy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/headers') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index bf971cc..60c4447 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2024 David Robillard +# Copyright 2020-2025 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -6,11 +6,9 @@ Checks: > -*-macro-to-enum, -*-magic-numbers, -altera-*, - -bugprone-assignment-in-if-condition, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, - -llvmlibc-restrict-system-libc-headers, - -performance-no-int-to-ptr, + -llvmlibc-*, -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes -- cgit v1.2.1