aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2026-04-07 20:11:31 -0400
committerDavid Robillard <d@drobilla.net>2026-04-07 20:12:08 -0400
commit3c57dae600a5ad8d05acd53ee3490f7d91cb7be6 (patch)
tree86484ed3f21139bac6991397d0c1746caaa3b9d1 /test/.clang-tidy
parentc19da82eb31164004e92648c40a52ec7dc428130 (diff)
downloadlv2-3c57dae600a5ad8d05acd53ee3490f7d91cb7be6.tar.xz
Address new warnings in clang-tidy 22HEADmain
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 a622e62..75dd964 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,4 +1,4 @@
-# Copyright 2020-2025 David Robillard <d@drobilla.net>
+# Copyright 2020-2026 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
@@ -6,4 +6,5 @@ Checks: >
-bugprone-suspicious-include,
-modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
+ -readability-implicit-bool-conversion,
InheritParentConfig: true