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

16 lines
267 B
YAML
Raw Normal View History

2019-01-06 20:45:59 -08:00
linters:
presets:
- bugs
- unused
- format
- style
- complexity
2019-01-06 21:36:42 -08:00
- performance
disable:
2019-01-07 20:47:59 -08:00
- errcheck
- gochecknoglobals
2019-05-07 21:08:09 -07:00
- lll
2019-01-06 21:36:42 -08:00
issues:
exclude:
2019-07-25 16:57:53 -07:00
- if block ends with a return statement, so drop this else and outdent its block