From 47ae4ef0b3603c30b100914835750f614eda269f Mon Sep 17 00:00:00 2001 From: Rob Shakir Date: Thu, 24 Aug 2023 23:55:50 +0000 Subject: [PATCH] Remove stale linter command. --- lwotg/intf.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lwotg/intf.go b/lwotg/intf.go index 1a7c950..a2eac7c 100644 --- a/lwotg/intf.go +++ b/lwotg/intf.go @@ -59,7 +59,6 @@ func portsToSystem(ports []*otg.Port, devices []*otg.Device) ([]*OTGIntf, error) } sysInt, ok := physIntf[pn] if !ok { - //lint:ignore SA1019 deprecated field to be updated when all callers are. return nil, status.Errorf(codes.InvalidArgument, "invalid port name for Ethernet %s, does not map to a physical interface", pn) }