mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
22 lines
264 B
YAML
22 lines
264 B
YAML
linters:
|
|
enable:
|
|
- structcheck
|
|
- varcheck
|
|
- staticcheck
|
|
- unconvert
|
|
- gofmt
|
|
- goimports
|
|
- golint
|
|
- ineffassign
|
|
- vet
|
|
- unused
|
|
- misspell
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
deadline: 3m
|
|
skip-dirs:
|
|
- bin
|
|
- docs
|