From: Miod Vallat Date: Thu, 23 Oct 2025 10:05:22 +0000 (+0200) Subject: Sigh... this triggers clang-tidy X-Git-Tag: auth-5.0.1~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16356%2Fhead;p=thirdparty%2Fpdns.git Sigh... this triggers clang-tidy Signed-off-by: Miod Vallat --- 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) {