mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ func FakePodmanTestCreate() *FakePodmanTest {
|
||||
return p
|
||||
}
|
||||
|
||||
func (p *FakePodmanTest) makeOptions(args []string, options PodmanExecOptions) []string {
|
||||
func (p *FakePodmanTest) makeOptions(args []string, _ PodmanExecOptions) []string {
|
||||
return FakeOutputs[strings.Join(args, " ")]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user