mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@ -30,7 +30,7 @@ func GetDevNullFiles() (*os.File, *os.File, error) {
|
||||
|
||||
// WaitAPIAndPrintInfo prints info about the machine and does a ping test on the
|
||||
// API socket
|
||||
func WaitAPIAndPrintInfo(forwardState APIForwardingState, name, helper, forwardSock string, noInfo, rootful bool) {
|
||||
func WaitAPIAndPrintInfo(forwardState APIForwardingState, name, helper, forwardSock string, noInfo, _ bool) {
|
||||
suffix := ""
|
||||
var fmtString string
|
||||
|
||||
|
Reference in New Issue
Block a user