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 c378ed0a87 Code style fixes
2019-01-06 21:36:42 -08:00

14 lines
250 B
YAML

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