aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy21
1 files changed, 2 insertions, 19 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index ca868be..a622e62 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,26 +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,
- -*-magic-numbers,
- -altera-*,
- -bugprone-easily-swappable-parameters,
- -bugprone-macro-parentheses,
-bugprone-suspicious-include,
- -llvm-header-guard,
- -llvmlibc-implementation-in-namespace,
- -llvmlibc-restrict-system-libc-headers,
-modernize-use-trailing-return-type,
- -performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
- -readability-identifier-length,
-WarningsAsErrors: '*'
-HeaderFilterRegex: '.*'
-FormatStyle: file
-CheckOptions:
- - key: hicpp-uppercase-literal-suffix.NewSuffixes
- value: L;U;f
- - key: readability-uppercase-literal-suffix.NewSuffixes
- value: L;U;f
+InheritParentConfig: true