summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 15:48:28 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 18:13:35 +0100
commitad42412e3353893ccb365cf357a286b0afe545ba (patch)
treea5b1951eeb2d8a396e5d3d33dbf9cee8d326d6b9 /test/.clang-tidy
parenta4a67d67cbbed4e027a4587c9956adbd404d097d (diff)
downloadzix-ad42412e3353893ccb365cf357a286b0afe545ba.tar.gz
zix-ad42412e3353893ccb365cf357a286b0afe545ba.tar.bz2
zix-ad42412e3353893ccb365cf357a286b0afe545ba.zip
Initialize all variables
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 dc7dbc4..ecef880 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -13,7 +13,6 @@ Checks: >
-cert-msc50-cpp,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-cppcoreguidelines-avoid-non-const-global-variables,
- -cppcoreguidelines-init-variables,
-google-readability-casting,
-hicpp-multiway-paths-covered,
-llvm-header-guard,