Enable a couple of linters

This commit is contained in:
jvoisin 2020-04-29 12:29:34 +02:00 committed by Deluan Quintão
parent d6c70554b3
commit 26188e6d8a
3 changed files with 7 additions and 3 deletions

View file

@ -1,8 +1,14 @@
linters:
enable:
- bodyclose
- goimports
- unconvert
- goprintffuncname
- gosec
- interfacer
- misspell
- rowserrcheck
- unconvert
- whitespace
issues:
exclude-rules: