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:
@@ -15,7 +15,7 @@ type listMachine struct {
|
||||
cmd []string
|
||||
}
|
||||
|
||||
func (i *listMachine) buildCmd(m *machineTestBuilder) []string {
|
||||
func (i *listMachine) buildCmd(_ *machineTestBuilder) []string {
|
||||
cmd := []string{"machine", "list"}
|
||||
if len(i.format) > 0 {
|
||||
cmd = append(cmd, "--format", i.format)
|
||||
|
||||
Reference in New Issue
Block a user