Merge pull request #855 from mmorel-35/linters
enable durationcheck, predeclared, unconvert, unused and wastedassign linters
This commit is contained in:
@ -306,7 +306,7 @@ func (tc testCase) createCheckCmdArgs(targetNS ns.NetNS, config *Net) *skel.CmdA
|
||||
ContainerID: fmt.Sprintf("dummy-%d", counter),
|
||||
Netns: targetNS.Path(),
|
||||
IfName: IFNAME,
|
||||
StdinData: []byte(conf),
|
||||
StdinData: conf,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user