aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-11-13 19:49:47 -0500
committerDavid Robillard <d@drobilla.net>2025-11-13 20:00:28 -0500
commit46ab5fa6820e069ae4e97a26712b03144a34a04f (patch)
treee460d82a0f7ef0284085a3345b58f806766978a7 /test/headers
parentcbe7327ff36ca6b142c43c0e0491b989726ecc9b (diff)
downloadlv2-46ab5fa6820e069ae4e97a26712b03144a34a04f.tar.xz
Strengthen clang-tidy configuration
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy6
1 files changed, 2 insertions, 4 deletions
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 <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# 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