mirror of
https://github.com/containers/podman.git
synced 2025-10-18 11:42:55 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// No equivalent on FreeBSD?
|
||||
func LabelVolumePath(path, mountLabel string) error {
|
||||
func LabelVolumePath(_, _ string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user