mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ type fakeCompose struct {
|
||||
cmd []string
|
||||
}
|
||||
|
||||
func (f *fakeCompose) buildCmd(m *machineTestBuilder) []string {
|
||||
func (f *fakeCompose) buildCmd(_ *machineTestBuilder) []string {
|
||||
cmd := []string{"compose"}
|
||||
cmd = append(cmd, "env")
|
||||
f.cmd = cmd
|
||||
|
||||
Reference in New Issue
Block a user