From: Miod Vallat Date: Mon, 11 Aug 2025 12:06:08 +0000 (+0200) Subject: Admit defeat against clang-tidy for now X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=212cd1c87ef8ac92cce491251b65734301028ab2;p=thirdparty%2Fpdns.git Admit defeat against clang-tidy for now Signed-off-by: Miod Vallat --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 95a60f03a..61fc218ee 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1952,6 +1952,7 @@ static bool increaseZoneSerial(DNSSECKeeper& dsk, DomainInfo& info, std::vector< return true; } +// NOLINTNEXTLINE(readability-function-cognitive-complexity): despite moving a lot of it into subroutines, it's still a bit over the threshold as of 20250811 static int editZone(const ZoneName &zone, const PDNSColors& col) { UtilBackend B; //NOLINT(readability-identifier-length)