aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 331ec702..8f408ddc 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -6,6 +6,8 @@ Checks: >
-bugprone-easily-swappable-parameters,
-cert-err33-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
+ -clang-analyzer-valist.Uninitialized,
+ -clang-diagnostic-unused-function,
-concurrency-mt-unsafe,
-google-readability-todo,
-hicpp-multiway-paths-covered,