aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index f6fe1d6..a622e62 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,15 +1,9 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
-*-else-after-return,
- -bugprone-easily-swappable-parameters,
-bugprone-suspicious-include,
- -cert-err33-c,
- -clang-diagnostic-unused-parameter,
- -cppcoreguidelines-avoid-non-const-global-variables,
- -llvmlibc-implementation-in-namespace,
- -misc-unused-parameters,
-modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
InheritParentConfig: true