mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ type resetMachine struct {
|
||||
cmd []string
|
||||
}
|
||||
|
||||
func (i *resetMachine) buildCmd(m *machineTestBuilder) []string {
|
||||
func (i *resetMachine) buildCmd(_ *machineTestBuilder) []string {
|
||||
cmd := []string{"machine", "reset"}
|
||||
if i.force {
|
||||
cmd = append(cmd, "--force")
|
||||
|
||||
Reference in New Issue
Block a user