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/cpp/.clang-tidy | |
| parent | cbe7327ff36ca6b142c43c0e0491b989726ecc9b (diff) | |
| download | lv2-46ab5fa6820e069ae4e97a26712b03144a34a04f.tar.xz | |
Strengthen clang-tidy configuration
Diffstat (limited to 'test/cpp/.clang-tidy')
| -rw-r--r-- | test/cpp/.clang-tidy | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy index 1fe1f27..b7981cc 100644 --- a/test/cpp/.clang-tidy +++ b/test/cpp/.clang-tidy @@ -2,10 +2,9 @@ # SPDX-License-Identifier: 0BSD OR ISC Checks: > - -*-avoid-c-arrays, - -*-deprecated-headers, -*-no-malloc, -*-use-auto, + -*-use-nullptr, -bugprone-reserved-identifier, -cert-dcl37-c, -cert-dcl50-cpp, @@ -17,10 +16,7 @@ Checks: > -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-vararg, -hicpp-no-array-decay, - -hicpp-use-nullptr, -hicpp-vararg, - -llvmlibc-callee-namespace, - -modernize-use-nullptr, -modernize-use-using, -performance-enum-size, -readability-implicit-bool-conversion, |