mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +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 basicMachine struct {
|
||||
args []string
|
||||
}
|
||||
|
||||
func (s *basicMachine) buildCmd(m *machineTestBuilder) []string {
|
||||
func (s *basicMachine) buildCmd(_ *machineTestBuilder) []string {
|
||||
cmd := []string{"-r"}
|
||||
if len(s.args) > 0 {
|
||||
cmd = append(cmd, s.args...)
|
||||
|
||||
Reference in New Issue
Block a user