summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 14:44:19 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 14:44:19 +0100
commitcae1d8a1ead390ca12b06cf1e143530c04257e54 (patch)
tree14f770e99cc5f649aa85fd17a1615239d5c779f2
parent57602cd13969d72cfae284bccdeee1ac6bf15c1e (diff)
downloadraul-cae1d8a1ead390ca12b06cf1e143530c04257e54.tar.gz
raul-cae1d8a1ead390ca12b06cf1e143530c04257e54.tar.bz2
raul-cae1d8a1ead390ca12b06cf1e143530c04257e54.zip
Suppress new clang-tidy warnings
-rw-r--r--test/.clang-tidy5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 57fec1f..5b80730 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,8 +5,10 @@ Checks: >
-*-special-member-functions,
-*-uppercase-literal-suffix,
-*-vararg,
+ -abseil-string-find-str-contains,
-android-cloexec-accept,
-bugprone-branch-clone,
+ -cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
@@ -20,10 +22,13 @@ Checks: >
-hicpp-no-array-decay,
-hicpp-no-malloc,
-hicpp-signed-bitwise,
+ -llvm-else-after-return,
+ -llvmlibc-*,
-modernize-make-unique,
-modernize-use-trailing-return-type,
-readability-else-after-return,
-readability-implicit-bool-conversion,
+ -readability-use-anyofallof,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file