mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
20 lines
277 B
YAML
20 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
|