summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy5
-rw-r--r--test/headers/.clang-tidy4
2 files changed, 5 insertions, 4 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 2e1b811..a271110 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,11 +1,12 @@
-# Copyright 2020-2023 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
+ -*-macro-to-enum,
-*-magic-numbers,
+ -bugprone-multi-level-implicit-pointer-conversion,
-bugprone-suspicious-realloc-usage,
-cert-err33-c,
- -modernize-macro-to-enum,
-performance-no-int-to-ptr,
-readability-identifier-length,
InheritParentConfig: true
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: '*'