summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 19:03:57 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 19:09:35 -0400
commit95391e9a8add9d75ee5e1888a0ea84b27ba4cf2a (patch)
tree86d2b40d02b884f50bf16504c129a2bf70e396dc /test
parentfcb82f18e7db39aeee726c41007845d9710a9cb8 (diff)
downloadzix-95391e9a8add9d75ee5e1888a0ea84b27ba4cf2a.tar.gz
zix-95391e9a8add9d75ee5e1888a0ea84b27ba4cf2a.tar.bz2
zix-95391e9a8add9d75ee5e1888a0ea84b27ba4cf2a.zip
Simplify clang-tidy configuration
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index ac418d7..445c1ca 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,7 +5,6 @@ Checks: >
*,
-*-magic-numbers,
-altera-*,
- -android-cloexec-fopen,
-bugprone-easily-swappable-parameters,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-cppcoreguidelines-avoid-non-const-global-variables,
@@ -13,7 +12,6 @@ Checks: >
-hicpp-multiway-paths-covered,
-llvm-header-guard,
-llvmlibc-*,
- -misc-no-recursion,
-performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
WarningsAsErrors: '*'