diff options
author | David Robillard <d@drobilla.net> | 2022-12-10 12:12:14 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-10 12:12:14 -0500 |
commit | 96155fbd07774442c596fac1e1c5a71cdf0c2c21 (patch) | |
tree | 482bd2fe73fd07bbe8617c705115177f084879e7 /test | |
parent | 221636904b9389a3709c40c38ca3dbf51e4c32f7 (diff) | |
download | serd-96155fbd07774442c596fac1e1c5a71cdf0c2c21.tar.gz serd-96155fbd07774442c596fac1e1c5a71cdf0c2c21.tar.bz2 serd-96155fbd07774442c596fac1e1c5a71cdf0c2c21.zip |
Make clang-tidy configuration clean when run via meson
Diffstat (limited to 'test')
-rw-r--r-- | test/.clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 4450bf3b..9710cb77 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -6,11 +6,9 @@ Checks: > -android-cloexec-fopen, -bugprone-easily-swappable-parameters, -cert-err33-c, - -clang-analyzer-nullability.NullabilityBase, -clang-analyzer-nullability.NullableDereferenced, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -concurrency-mt-unsafe, - -cppcoreguidelines-avoid-non-const-global-variables, -hicpp-signed-bitwise, -readability-function-cognitive-complexity, InheritParentConfig: true |