From 0cf3cfca0adb39eb46001c1bc78a6acf94f32b9e Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 21 Mar 2024 09:49:27 +0100 Subject: [PATCH] add NOLINT because showZone is big --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2