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/buildtool/execution_api/common/blob_tree.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/buildtool/execution_api/common/blob_tree.cpp') diff --git a/src/buildtool/execution_api/common/blob_tree.cpp b/src/buildtool/execution_api/common/blob_tree.cpp index daf2a87c..6bb503b7 100644 --- a/src/buildtool/execution_api/common/blob_tree.cpp +++ b/src/buildtool/execution_api/common/blob_tree.cpp @@ -25,7 +25,6 @@ #include "src/buildtool/file_system/object_type.hpp" #include "src/utils/cpp/hex_string.hpp" -/// NOLINTNEXTLINE(misc-no-recursion) auto BlobTree::FromDirectoryTree(DirectoryTreePtr const& tree, std::filesystem::path const& parent) noexcept -> std::optional { -- cgit v1.2.3