diff options
Diffstat (limited to 'test/.clang-tidy')
| -rw-r--r-- | test/.clang-tidy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy new file mode 100644 index 0000000..a622e62 --- /dev/null +++ b/test/.clang-tidy @@ -0,0 +1,9 @@ +# Copyright 2020-2025 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +Checks: > + -*-else-after-return, + -bugprone-suspicious-include, + -modernize-use-trailing-return-type, + -readability-function-cognitive-complexity, +InheritParentConfig: true |