aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 8ecb90f..4dbdc80 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,14 +1,13 @@
-# Copyright 2020-2023 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
- -bugprone-suspicious-include,
+ -bugprone-multi-level-implicit-pointer-conversion,
-cert-err33-c,
-cert-err34-c,
- -google-runtime-references,
+ -clang-analyzer-optin.core.EnumCastOutOfRange,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,
-llvm-header-guard,
- -modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
InheritParentConfig: true