diff options
author | David Robillard <d@drobilla.net> | 2022-12-18 20:59:42 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 7fb4c5264b91d5a5ce9f13a9fb4308088b31fcd4 (patch) | |
tree | 60d75826d2a0c5af712f5cb50919d631e3f6b3c7 /test/.clang-tidy | |
parent | 93133610d2454108ace24948358c4f0be47049a2 (diff) | |
download | serd-7fb4c5264b91d5a5ce9f13a9fb4308088b31fcd4.tar.gz serd-7fb4c5264b91d5a5ce9f13a9fb4308088b31fcd4.tar.bz2 serd-7fb4c5264b91d5a5ce9f13a9fb4308088b31fcd4.zip |
Use portable zix filesystem API in tests
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 811dfa30..ea251c3a 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -13,5 +13,6 @@ Checks: > -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -concurrency-mt-unsafe, -hicpp-signed-bitwise, + -llvm-header-guard, -readability-function-cognitive-complexity, InheritParentConfig: true |