aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 12:12:14 -0500
committerDavid Robillard <d@drobilla.net>2022-12-10 12:12:14 -0500
commit96155fbd07774442c596fac1e1c5a71cdf0c2c21 (patch)
tree482bd2fe73fd07bbe8617c705115177f084879e7 /test/.clang-tidy
parent221636904b9389a3709c40c38ca3dbf51e4c32f7 (diff)
downloadserd-96155fbd07774442c596fac1e1c5a71cdf0c2c21.tar.gz
serd-96155fbd07774442c596fac1e1c5a71cdf0c2c21.tar.bz2
serd-96155fbd07774442c596fac1e1c5a71cdf0c2c21.zip
Make clang-tidy configuration clean when run via meson
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy2
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