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