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:
@@ -6,7 +6,7 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
func pgrep(n string) (string, error) {
|
||||
func pgrep(_ string) (string, error) {
|
||||
out, err := exec.Command("pgrep", "gvproxy").Output()
|
||||
return string(out), err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user