moby--moby/vendor/github.com/tonistiigi/go-archvariant/.golangci.yml

21 lines
277 B
YAML

run:
timeout: 10m
skip-files:
- ".*\\.pb\\.go$"
linters:
enable:
- gofmt
- govet
- deadcode
- goimports
- ineffassign
- misspell
- unused
- varcheck
- revive
- staticcheck
- typecheck
- structcheck
disable-all: true