diff options
author | David Robillard <d@drobilla.net> | 2022-11-24 19:52:59 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-25 07:05:57 -0500 |
commit | 22a5b76450320b8b3dff785d84ea50b1095f7e5e (patch) | |
tree | adfc933be88b6cc36cccf6b657941a92b49103c9 /test/.clang-tidy | |
parent | 245c6157a7d236527a4b91beb612426aeab4215a (diff) | |
download | serd-22a5b76450320b8b3dff785d84ea50b1095f7e5e.tar.gz serd-22a5b76450320b8b3dff785d84ea50b1095f7e5e.tar.bz2 serd-22a5b76450320b8b3dff785d84ea50b1095f7e5e.zip |
Avoid creating test files in the current directory
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 2e3f5b1d..4450bf3b 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -9,6 +9,7 @@ Checks: > -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, |