aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2019-03-22 09:57:18 +0100
committerSascha Grunert <sgrunert@suse.com>2019-04-04 09:07:05 +0200
commit023eba20db1912a477eedff529fa52d356033a38 (patch)
tree644e8f6eed3d80d139cc7b179dd732746a32948e /.golangci.yml
parent81a4451fea812d65ddef4b3a4fc821cbfefd7670 (diff)
downloadpodman-023eba20db1912a477eedff529fa52d356033a38.tar.gz
podman-023eba20db1912a477eedff529fa52d356033a38.tar.bz2
podman-023eba20db1912a477eedff529fa52d356033a38.zip
Add varcheck linter
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 42c78e9bc..8fde162c4 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -9,6 +9,7 @@ linters:
- depguard
- gofmt
- typecheck
+ - varcheck
# - dupl
# - errcheck
# - gochecknoglobals
@@ -32,4 +33,3 @@ linters:
# - structcheck
# - unconvert
# - unparam
- # - varcheck