quintodrome/.golangci.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
254 B
YAML
Raw Normal View History

2020-04-26 09:12:59 -08:00
linters:
enable:
2020-04-29 02:29:34 -08:00
- bodyclose
2020-04-26 09:12:59 -08:00
- goimports
2020-04-29 02:29:34 -08:00
- goprintffuncname
2020-04-26 09:12:59 -08:00
- gosec
2020-04-29 02:29:34 -08:00
- interfacer
- misspell
- rowserrcheck
- unconvert
- whitespace
2020-04-26 09:12:59 -08:00
issues:
exclude-rules:
- linters:
- gosec
text: "(G501|G401):"