aboutsummaryrefslogtreecommitdiffstats
path: root/test/cpp/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/.clang-tidy')
-rw-r--r--test/cpp/.clang-tidy9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy
index 02d730c..b7981cc 100644
--- a/test/cpp/.clang-tidy
+++ b/test/cpp/.clang-tidy
@@ -1,11 +1,10 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# 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,
@@ -18,9 +17,7 @@ Checks: >
-cppcoreguidelines-pro-type-vararg,
-hicpp-no-array-decay,
-hicpp-vararg,
- -llvmlibc-callee-namespace,
- -modernize-use-nullptr,
-modernize-use-using,
+ -performance-enum-size,
-readability-implicit-bool-conversion,
InheritParentConfig: true
-