Commit a798b5a6 authored by Geoff Simmons's avatar Geoff Simmons

Add go vet to the check target.

parent 70fcab50
......@@ -36,6 +36,7 @@ k8s-vcl-reloader: build
GOOS=linux go build -ldflags="-w -s" -o k8s-vcl-reloader cmd/*.go
check: build
go vet ${CODE_SUBDIRS}
golint ./pkg/apiclient/...
golint ./pkg/interfaces/...
golint ./pkg/varnish/...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment