diff options
Diffstat (limited to 'test/.clang-tidy')
| -rw-r--r-- | test/.clang-tidy | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index f73d7a6..a622e62 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,20 +1,9 @@ +# Copyright 2020-2025 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + Checks: > - *, -*-else-after-return, - -*-magic-numbers, - -*-uppercase-literal-suffix, - -altera-*, - -bugprone-easily-swappable-parameters, - -bugprone-macro-parentheses, -bugprone-suspicious-include, - -bugprone-suspicious-string-compare, - -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 +InheritParentConfig: true |