1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/.golangci.yml
2020-04-16 16:53:28 -07:00

30 lines
390 B
YAML

linters:
enable:
- structcheck
- varcheck
- staticcheck
- unconvert
- gofmt
- goimports
- golint
- ineffassign
- vet
- unused
- misspell
- bodyclose
- interfacer
- unconvert
- maligned
- depguard
- nakedret
- prealloc
- whitespace
disable:
- errcheck
run:
deadline: 3m
skip-dirs:
- bin
- docs