1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/.golangci.yml
Maksym Pavlenko 81aeb64e13 Add Travis
2019-07-25 17:30:15 -07:00

16 lines
267 B
YAML

linters:
presets:
- bugs
- unused
- format
- style
- complexity
- performance
disable:
- errcheck
- gochecknoglobals
- lll
issues:
exclude:
- if block ends with a return statement, so drop this else and outdent its block