summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 16:14:45 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 18:52:19 -0400
commitacb8ea62ac287efcfb50f20cd419b70f6c5a15a9 (patch)
tree657337f0bf6566b40e3a07002697347b5e35a0d9 /test
parent58d7fe43076a9825cf1f99d94ce224445ab9e405 (diff)
downloadzix-acb8ea62ac287efcfb50f20cd419b70f6c5a15a9.tar.gz
zix-acb8ea62ac287efcfb50f20cd419b70f6c5a15a9.tar.bz2
zix-acb8ea62ac287efcfb50f20cd419b70f6c5a15a9.zip
Clean up build configuration
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 9f98471..e490926 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,9 +5,6 @@ Checks: >
-altera-*,
-android-cloexec-fopen,
-bugprone-easily-swappable-parameters,
- -bugprone-reserved-identifier,
- -cert-dcl37-c,
- -cert-dcl51-cpp,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-cppcoreguidelines-avoid-non-const-global-variables,
-google-readability-casting,