aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-18 21:06:25 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit9c613b337712314c169d4add61212f4fc4102022 (patch)
treefe9191bed8d6aaf6339c82fe447def74e22ef11b /test/.clang-tidy
parenta970f06aba98736223214a6fa995f4e82acd7132 (diff)
downloadserd-9c613b337712314c169d4add61212f4fc4102022.tar.gz
serd-9c613b337712314c169d4add61212f4fc4102022.tar.bz2
serd-9c613b337712314c169d4add61212f4fc4102022.zip
Clean up numeric node construction and access API
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 9710cb77..811dfa30 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,7 +5,10 @@ Checks: >
-*-magic-numbers,
-android-cloexec-fopen,
-bugprone-easily-swappable-parameters,
+ -bugprone-suspicious-memory-comparison,
-cert-err33-c,
+ -cert-exp42-c,
+ -cert-flp37-c,
-clang-analyzer-nullability.NullableDereferenced,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-concurrency-mt-unsafe,