From cae1d8a1ead390ca12b06cf1e143530c04257e54 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 14:44:19 +0100 Subject: Suppress new clang-tidy warnings --- test/.clang-tidy | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/.clang-tidy') 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 -- cgit v1.2.1