summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 4b98cf1..2e1b811 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,8 +1,9 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
-*-magic-numbers,
+ -bugprone-suspicious-realloc-usage,
-cert-err33-c,
-modernize-macro-to-enum,
-performance-no-int-to-ptr,