From d3723c7ef921cd553b3f70303418517c1b04305a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 21:31:24 +0100 Subject: Suppress new clang-tidy warnings --- src/.clang-tidy | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/.clang-tidy b/src/.clang-tidy index eb43dcf2..251c57b0 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -1,14 +1,19 @@ Checks: > *, + -*-else-after-return, -*-magic-numbers, -*-uppercase-literal-suffix, -bugprone-branch-clone, + -bugprone-reserved-identifier, -bugprone-suspicious-string-compare, + -cert-dcl37-c, + -cert-dcl51-cpp, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -google-readability-todo, -hicpp-signed-bitwise, -llvm-header-guard, - -readability-else-after-return, + -llvmlibc-*, + -misc-no-recursion, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1