summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 07:31:13 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 07:31:13 -0400
commitb2d78db908f35d963c84bcbe697f9cf9943019a8 (patch)
treef4a16dd4e8a1abcf43212023099f67d3d5b19fa0 /test/.clang-tidy
parent9097952a918f8330a5db9039ad390fc2457f841d (diff)
downloadraul-b2d78db908f35d963c84bcbe697f9cf9943019a8.tar.gz
raul-b2d78db908f35d963c84bcbe697f9cf9943019a8.tar.bz2
raul-b2d78db908f35d963c84bcbe697f9cf9943019a8.zip
Suppress new warnings in clang and clang-tidy 18
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