[management] Suppress staticcheck warnings for deprecated proto fields (#7261)

This commit is contained in:
Bethuel Mmbaga
2026-08-20 16:20:18 +02:00
committed by GitHub
parent 917ad880e3
commit e206f8827d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ func ToProtocolDNSConfig(update nbdns.Config, cache DNSConfigCache, forwardPort
ServiceEnable: update.ServiceEnable,
CustomZones: make([]*proto.CustomZone, 0, len(update.CustomZones)),
NameServerGroups: make([]*proto.NameServerGroup, 0, len(update.NameServerGroups)),
ForwarderPort: forwardPort,
ForwarderPort: forwardPort, //nolint:staticcheck
}
for _, zone := range update.CustomZones {