mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +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:
@ -15,7 +15,7 @@ import "github.com/containers/common/libnetwork/types"
|
||||
// retrieved after they are pulled from the database.
|
||||
// Generally speaking, the syncContainer() call should be run at the beginning
|
||||
// of all API operations, which will silently handle this.
|
||||
type State interface {
|
||||
type State interface { //nolint:interfacebloat
|
||||
// Close performs any pre-exit cleanup (e.g. closing database
|
||||
// connections) that may be required
|
||||
Close() error
|
||||
|
Reference in New Issue
Block a user