aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-12 08:41:13 -0400
committerDavid Robillard <d@drobilla.net>2025-03-16 20:26:22 -0400
commit21b14df24458f00f520ce514fc7b928f44016fe2 (patch)
tree2ba9db15a7afc515c04aa78fc257d24a29a6cfe7 /test/.clang-tidy
parent5cbdb2d0563613ffda76fc32f9a6357d3d2bee4b (diff)
downloadserd-21b14df24458f00f520ce514fc7b928f44016fe2.tar.gz
serd-21b14df24458f00f520ce514fc7b928f44016fe2.tar.bz2
serd-21b14df24458f00f520ce514fc7b928f44016fe2.zip
Check that test values are non-null before use
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 99a3264a..80737308 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -7,7 +7,6 @@ Checks: >
-bugprone-assert-side-effect,
-bugprone-easily-swappable-parameters,
-cert-err33-c,
- -clang-analyzer-nullability.NullableDereferenced,
-clang-analyzer-optin.core.EnumCastOutOfRange,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-concurrency-mt-unsafe,