From 3e9b576c7edbbe29845bae391940dde3a8885cf3 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 23 Oct 2025 12:05:22 +0200 Subject: [PATCH] Sigh... this triggers clang-tidy Signed-off-by: Miod Vallat --- pdns/pdnsutil.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 08417c52bf..8911436f33 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -4965,6 +4965,7 @@ static int HSM([[maybe_unused]] vector& cmds, [[maybe_unused]] const std #endif // ] +// NOLINTNEXTLINE(readability-function-cognitive-complexity) static int B2BMigrate(vector& cmds, const std::string_view synopsis) { if (cmds.size() < 2) { -- 2.47.3