mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
a2aaf4cc83
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
29 lines
425 B
YAML
29 lines
425 B
YAML
run:
|
|
timeout: 1m
|
|
tests: true
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- asciicheck
|
|
- deadcode
|
|
- errcheck
|
|
- forcetypeassert
|
|
- gocritic
|
|
- gofmt
|
|
- goimports
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- structcheck
|
|
- typecheck
|
|
- unused
|
|
- varcheck
|
|
|
|
issues:
|
|
exclude-use-default: false
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 10
|