From 67dfb519e3c3beced7ea74b4a37ec47386a63f6d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 6 Jan 2022 09:22:39 +0100 Subject: [PATCH] :mute: suppress Clang-Tidy warning --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 30886d7c8..3f8654064 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -29,6 +29,7 @@ Checks: '*, -hicpp-no-assembler, -hicpp-signed-bitwise, -hicpp-uppercase-literal-suffix, + -llvm-else-after-return, -llvm-header-guard, -llvm-include-order, -llvmlibc-*, @@ -37,6 +38,7 @@ Checks: '*, -modernize-concat-nested-namespaces, -modernize-use-nodiscard, -modernize-use-trailing-return-type, + -readability-else-after-return, -readability-function-cognitive-complexity, -readability-function-size, -readability-identifier-length,