mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
15 lines
266 B
YAML
15 lines
266 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 |