luet/vendor/github.com/fsouza/go-dockerclient/.golangci.yaml
Ettore Di Giacinto a14f0abb5c
Update vendor
2020-04-18 11:42:34 +02:00

31 lines
411 B
YAML

run:
deadline: 5m
skip-dirs:
- internal
issues:
exclude-rules:
- path: _test\.go
linters:
- bodyclose
- goconst
- gosec
- scopelint
- path: testing[/\\].+\.go
linters:
- gosec
linters:
enable-all: true
disable:
- dupl
- errcheck
- funlen
- gochecknoglobals
- gocognit
- goconst
- gomnd
- lll
- wsl