[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
@@ -1024,7 +1024,7 @@ func (c *Controller) OnPeersDeleted(ctx context.Context, accountID string, peerI
FirewallRules: []*proto.FirewallRule{},
FirewallRulesIsEmpty: true,
DNSConfig: &proto.DNSConfig{
ForwarderPort: dnsFwdPort,
ForwarderPort: dnsFwdPort, //nolint:staticcheck
},
},
},