Commit 40c6604e authored by Geoff Simmons's avatar Geoff Simmons

Simplify the golint call in the make check target.

parent a798b5a6
......@@ -37,10 +37,7 @@ k8s-vcl-reloader: build
check: build
go vet ${CODE_SUBDIRS}
golint ./pkg/apiclient/...
golint ./pkg/interfaces/...
golint ./pkg/varnish/...
golint ./cmd/...
golint ${CODE_SUBDIRS}
go test -v ./pkg/apiclient/... ./pkg/varnish/...
test: check
......
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