9c04409fdb
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
27 lines
502 B
YAML
27 lines
502 B
YAML
linters:
|
|
enable:
|
|
- structcheck
|
|
- varcheck
|
|
- staticcheck
|
|
- unconvert
|
|
- gofmt
|
|
- goimports
|
|
- golint
|
|
- ineffassign
|
|
- vet
|
|
- unused
|
|
- misspell
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
deadline: 2m
|
|
skip-dirs:
|
|
- vendor
|
|
|
|
issues:
|
|
exclude-rules:
|
|
# io/ioutil is deprecated, but won't be removed until Go v2. It's safe to ignore for the release/2.8 branch.
|
|
- text: "SA1019: \"io/ioutil\" has been deprecated since Go 1.16"
|
|
linters:
|
|
- staticcheck
|