summaryrefslogtreecommitdiffstats
path: root/test/headers/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-16 22:06:58 -0400
committerDavid Robillard <d@drobilla.net>2024-07-16 22:06:58 -0400
commit834ba6b9f7843cf29db69d9cbe567982e9a6e357 (patch)
tree232fcf48830216ac96f39129768fb6db1b54f3a8 /test/headers/.clang-tidy
parent29cd20412e3835f7aeb24d98880f2b36e93b66bd (diff)
downloadsratom-834ba6b9f7843cf29db69d9cbe567982e9a6e357.tar.gz
sratom-834ba6b9f7843cf29db69d9cbe567982e9a6e357.tar.bz2
sratom-834ba6b9f7843cf29db69d9cbe567982e9a6e357.zip
Suppress new warnings in clang-tidy 18
Diffstat (limited to 'test/headers/.clang-tidy')
-rw-r--r--test/headers/.clang-tidy4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 8c0843e..bbcc1eb 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -1,11 +1,11 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
*,
+ -*-macro-to-enum,
-altera-*,
-llvmlibc-*,
- -modernize-macro-to-enum,
-performance-no-int-to-ptr,
-readability-identifier-length,
WarningsAsErrors: '*'