An other batch of linters

This commit is contained in:
jvoisin 2020-04-29 15:45:57 +02:00 committed by Deluan Quintão
parent 26188e6d8a
commit dbf9c8be7d

View file

@ -1,13 +1,25 @@
linters: linters:
enable: enable:
- bodyclose - bodyclose
- deadcode
- dogsled
- errcheck
- gocyclo
- goimports - goimports
- goprintffuncname - goprintffuncname
- gosec - gosec
- gosimple
- govet
- ineffassign
- interfacer - interfacer
- misspell - misspell
- rowserrcheck - rowserrcheck
- staticcheck
- structcheck
- typecheck
- unconvert - unconvert
- unused
- varcheck
- whitespace - whitespace
issues: issues: