mirror of
https://github.com/containers/podman.git
synced 2025-11-28 09:09:44 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -5,6 +5,6 @@ package generate
|
||||
import "github.com/containers/podman/v5/pkg/specgen"
|
||||
|
||||
// verifyContainerResources does nothing on freebsd as it has no cgroups
|
||||
func verifyContainerResources(s *specgen.SpecGenerator) ([]string, error) {
|
||||
func verifyContainerResources(_ *specgen.SpecGenerator) ([]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user