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

22 lines
264 B
YAML
Raw Normal View History

2019-01-06 20:45:59 -08:00
linters:
2019-10-26 23:01:09 -07:00
enable:
- structcheck
- varcheck
- staticcheck
- unconvert
- gofmt
- goimports
- golint
- ineffassign
- vet
2019-01-06 20:45:59 -08:00
- unused
2019-10-26 23:01:09 -07:00
- misspell
2019-01-06 21:36:42 -08:00
disable:
2019-01-07 20:47:59 -08:00
- errcheck
2019-10-26 23:01:09 -07:00
run:
2020-01-27 11:37:43 -08:00
deadline: 3m
2019-10-26 23:01:09 -07:00
skip-dirs:
- bin
2020-01-27 11:37:43 -08:00
- docs