Commit f2885268 authored by Geoff Simmons's avatar Geoff Simmons

Call go vet in the make check target.

parent 46f797e3
......@@ -65,6 +65,7 @@ k8s-ingress: build
cmd/*.go
check: build
go vet ./pkg/... ./cmd/...
golint ./pkg/controller/...
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