diff options
Diffstat (limited to 'test/headers/.clang-tidy')
| -rw-r--r-- | test/headers/.clang-tidy | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index dd0b95f..60c4447 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,16 +1,14 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > *, + -*-macro-to-enum, -*-magic-numbers, -altera-*, - -bugprone-assignment-in-if-condition, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, - -llvmlibc-restrict-system-libc-headers, - -modernize-macro-to-enum, - -performance-no-int-to-ptr, + -llvmlibc-*, -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes |