mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
func setupIOPassthrough(cmd *exec.Cmd, interactive bool, stdin io.Reader) error {
|
||||
func setupIOPassthrough(cmd *exec.Cmd, _ bool, stdin io.Reader) error {
|
||||
cmd.Stdin = stdin
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
Reference in New Issue
Block a user