From 1ef131dfafeac0b10a749ee8535e4526716b16e2 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 9 Apr 2025 07:21:30 +0200 Subject: [PATCH] global: clang-tidy: disable recursion warnings --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.3