From: Fred Morcos Date: Wed, 9 Apr 2025 05:21:30 +0000 (+0200) Subject: global: clang-tidy: disable recursion warnings X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ef131dfafeac0b10a749ee8535e4526716b16e2;p=thirdparty%2Fdovecot%2Fcore.git global: clang-tidy: disable recursion warnings --- diff --git a/.clang-tidy b/.clang-tidy index c0aa6bb668..8ebec4b6f0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -26,6 +26,7 @@ Checks: > -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -llvmlibc-restrict-system-libc-headers, -misc-include-cleaner, + -misc-no-recursion, -performance-no-int-to-ptr, -readability-avoid-const-params-in-decls, -readability-braces-around-statements,