From 0fc0d9118b5e525fa582de0286c8e83bb0da4e16 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 4 Oct 2024 14:42:28 +0200 Subject: Disable misc-no-recursion check ...since we use recursion for trees a lot, but skip this check manually. --- src/other_tools/just_mr/utils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/other_tools/just_mr/utils.cpp') diff --git a/src/other_tools/just_mr/utils.cpp b/src/other_tools/just_mr/utils.cpp index 9700b824..e49da9d8 100644 --- a/src/other_tools/just_mr/utils.cpp +++ b/src/other_tools/just_mr/utils.cpp @@ -19,7 +19,6 @@ namespace JustMR::Utils { -// NOLINTNEXTLINE(misc-no-recursion) auto ResolveRepo(ExpressionPtr const& repo_desc, ExpressionPtr const& repos, gsl::not_null*> const& seen) -- cgit v1.2.3