mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
bump golangci-lint to v1.49.0
Motivated to have a working `make lint` on Fedora 37 (beta). Most changes come from the new `gofmt` standards. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -16,7 +16,7 @@ import (
|
||||
// The code calling the OCIRuntime will manage this.
|
||||
// TODO: May want to move the conmon cleanup code here - it depends on
|
||||
// Conmon being in use.
|
||||
type OCIRuntime interface {
|
||||
type OCIRuntime interface { //nolint:interfacebloat
|
||||
// Name returns the name of the runtime.
|
||||
Name() string
|
||||
// Path returns the path to the runtime executable.
|
||||
|
Reference in New Issue
Block a user