summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 0004d61..cee9dd2 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
Checks: >
@@ -11,4 +11,5 @@ Checks: >
-hicpp-signed-bitwise,
-modernize-make-unique,
-readability-function-cognitive-complexity,
+ -readability-redundant-member-init,
InheritParentConfig: true