Add varcheck linter

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2019-03-22 09:57:18 +01:00
parent 81a4451fea
commit 023eba20db
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ linters:
- depguard
- gofmt
- typecheck
- varcheck
# - dupl
# - errcheck
# - gochecknoglobals
@ -32,4 +33,3 @@ linters:
# - structcheck
# - unconvert
# - unparam
# - varcheck