diff options
author | David Robillard <d@drobilla.net> | 2025-03-12 08:41:13 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-03-16 20:26:22 -0400 |
commit | 21b14df24458f00f520ce514fc7b928f44016fe2 (patch) | |
tree | 2ba9db15a7afc515c04aa78fc257d24a29a6cfe7 /test/.clang-tidy | |
parent | 5cbdb2d0563613ffda76fc32f9a6357d3d2bee4b (diff) | |
download | serd-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-tidy | 1 |
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, |