diff options
| author | David Robillard <d@drobilla.net> | 2025-11-13 19:49:47 -0500 |
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2025-11-13 20:00:28 -0500 |
| commit | 46ab5fa6820e069ae4e97a26712b03144a34a04f (patch) | |
| tree | e460d82a0f7ef0284085a3345b58f806766978a7 /test/headers | |
| parent | cbe7327ff36ca6b142c43c0e0491b989726ecc9b (diff) | |
| download | lv2-46ab5fa6820e069ae4e97a26712b03144a34a04f.tar.xz | |
Strengthen clang-tidy configuration
Diffstat (limited to 'test/headers')
| -rw-r--r-- | test/headers/.clang-tidy | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index bf971cc..60c4447 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-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -6,11 +6,9 @@ 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, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes |