summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 10:55:53 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 12:34:51 -0500
commit39e30fdc4016337c5e41413600e337879949fac5 (patch)
treeb381767d823581fc58bf8173344eeed6686d01e3 /test/.clang-tidy
parentd338f4afed7ddafa718cb58ef893ca074fa69f79 (diff)
downloadzix-39e30fdc4016337c5e41413600e337879949fac5.tar.gz
zix-39e30fdc4016337c5e41413600e337879949fac5.tar.bz2
zix-39e30fdc4016337c5e41413600e337879949fac5.zip
Add zix_expand_environment_strings()
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index f869db0..401b1b0 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -9,6 +9,7 @@ Checks: >
-bugprone-multi-level-implicit-pointer-conversion,
-cert-err33-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
+ -concurrency-mt-unsafe,
-cppcoreguidelines-avoid-non-const-global-variables,
-google-readability-casting,
-llvm-header-guard,