mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
66809646d9
Signed-off-by: Tam Mach <sayboras@yahoo.com>
21 lines
256 B
YAML
21 lines
256 B
YAML
linters:
|
|
enable:
|
|
- structcheck
|
|
- varcheck
|
|
- staticcheck
|
|
- unconvert
|
|
- gofmt
|
|
- goimports
|
|
- golint
|
|
- ineffassign
|
|
- vet
|
|
- unused
|
|
- misspell
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
deadline: 2m
|
|
skip-dirs:
|
|
- vendor
|