mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -6,6 +6,6 @@ import (
|
||||
"github.com/containers/podman/v5/pkg/machine/define"
|
||||
)
|
||||
|
||||
func getPipe(name string) *define.VMFile {
|
||||
func getPipe(_ string) *define.VMFile {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user