aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-20 17:24:33 -0500
committerDavid Robillard <d@drobilla.net>2025-01-20 18:53:05 -0500
commit3e1e609d89fb1954bd497ae8021a3b6c0aad31f6 (patch)
tree6fffcb420a683b27681b9ba0b60be0e04cb8ca70 /test/.clang-tidy
parent48992fb5309ee2188fa104cc38780e65c58458c4 (diff)
downloadlv2-3e1e609d89fb1954bd497ae8021a3b6c0aad31f6.tar.xz
Suppress additional clang-tidy warningsHEADmain
Some when being run via meson, some that have been added in clang-tidy, and some where I'm not sure what's changed.
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 f6fe1d6..ef4d61f 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,9 +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: >
-*-else-after-return,
-bugprone-easily-swappable-parameters,
+ -bugprone-multi-level-implicit-pointer-conversion,
-bugprone-suspicious-include,
-cert-err33-c,
-clang-diagnostic-unused-parameter,