mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
bump containers/image to v5.0.0, buildah to v1.11.4
Move to containers/image v5 and containers/buildah to v1.11.4. Replace an equality check with a type assertion when checking for a docker.ErrUnauthorizedForCredentials in `podman login`. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
29
vendor/github.com/fsouza/go-dockerclient/.golangci.yaml
generated
vendored
Normal file
29
vendor/github.com/fsouza/go-dockerclient/.golangci.yaml
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
run:
|
||||
deadline: 5m
|
||||
|
||||
skip-dirs:
|
||||
- internal
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- path: _test\.go
|
||||
linters:
|
||||
- bodyclose
|
||||
- goconst
|
||||
- gosec
|
||||
- scopelint
|
||||
- path: testing[/\\].+\.go
|
||||
linters:
|
||||
- gosec
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- dupl
|
||||
- errcheck
|
||||
- funlen
|
||||
- gochecknoglobals
|
||||
- gocognit
|
||||
- goconst
|
||||
- lll
|
||||
- wsl
|
||||
Reference in New Issue
Block a user