
github.com/docker/distribution/reference has a new home github.com/distribution/reference and a new tag v0.5.0. Let's switch to that. Signed-off-by: Davanum Srinivas <davanum@gmail.com>
19 lines
275 B
YAML
19 lines
275 B
YAML
linters:
|
|
enable:
|
|
- bodyclose
|
|
- dupword # Checks for duplicate words in the source code
|
|
- gofmt
|
|
- goimports
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- vet
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
deadline: 2m
|