diff options
Diffstat (limited to 'test/headers/.clang-tidy')
| -rw-r--r-- | test/headers/.clang-tidy | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index bf971cc..61ab0b5 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2024 David Robillard <d@drobilla.net> +# Copyright 2020-2026 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -6,12 +6,11 @@ Checks: > -*-macro-to-enum, -*-magic-numbers, -altera-*, - -bugprone-assignment-in-if-condition, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, - -llvmlibc-restrict-system-libc-headers, - -performance-no-int-to-ptr, + -llvmlibc-*, -readability-identifier-length, + -readability-implicit-bool-conversion, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: L;U;f |