mirror of https://github.com/containers/podman.git
Add varcheck linter
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
81a4451fea
commit
023eba20db
|
@ -9,6 +9,7 @@ linters:
|
|||
- depguard
|
||||
- gofmt
|
||||
- typecheck
|
||||
- varcheck
|
||||
# - dupl
|
||||
# - errcheck
|
||||
# - gochecknoglobals
|
||||
|
@ -32,4 +33,3 @@ linters:
|
|||
# - structcheck
|
||||
# - unconvert
|
||||
# - unparam
|
||||
# - varcheck
|
||||
|
|
Loading…
Reference in New Issue