summaryrefslogtreecommitdiffstats
path: root/test/headers/.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/headers/.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/headers/.clang-tidy')
-rw-r--r--test/headers/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 08abd38..125a043 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -22,6 +22,7 @@ Checks: >
-hicpp-no-array-decay,
-llvmlibc-*,
-modernize-use-trailing-return-type,
+ -performance-enum-size,
-readability-identifier-length,
-readability-implicit-bool-conversion,
CheckOptions: