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):"
|