Skip to content

Commit

Permalink
Remove stale linter command.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Aug 25, 2023
1 parent 20a0f00 commit ea83683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lwotg/intf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit ea83683

Please sign in to comment.