diff options
Diffstat (limited to 'test/.clang-tidy')
| -rw-r--r-- | test/.clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index a622e62..75dd964 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2025 David Robillard <d@drobilla.net> +# Copyright 2020-2026 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -6,4 +6,5 @@ Checks: > -bugprone-suspicious-include, -modernize-use-trailing-return-type, -readability-function-cognitive-complexity, + -readability-implicit-bool-conversion, InheritParentConfig: true |