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 - depguard
- gofmt - gofmt
- typecheck - typecheck
- varcheck
# - dupl # - dupl
# - errcheck # - errcheck
# - gochecknoglobals # - gochecknoglobals
@ -32,4 +33,3 @@ linters:
# - structcheck # - structcheck
# - unconvert # - unconvert
# - unparam # - unparam
# - varcheck