From: Peter van Dijk Date: Thu, 21 Mar 2024 08:49:27 +0000 (+0100) Subject: add NOLINT because showZone is big X-Git-Tag: rec-5.1.0-alpha1~104^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cf3cfca0adb39eb46001c1bc78a6acf94f32b9e;p=thirdparty%2Fpdns.git add NOLINT because showZone is big --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index ec25c49388..169ff9d7b7 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -2031,7 +2031,7 @@ static int setZoneKind(const DNSName& zone, const DomainInfo::DomainKind kind) return EXIT_SUCCESS; } -static bool showZone(DNSSECKeeper& dk, const DNSName& zone, bool exportDS = false) +static bool showZone(DNSSECKeeper& dk, const DNSName& zone, bool exportDS = false) // NOLINT(readability-function-cognitive-complexity) { UeberBackend B("default"); DomainInfo di;