Commit 1ee90077 authored by Geoff Simmons's avatar Geoff Simmons

Simplify the golint invocation in the make check target.

parent 6566cc8e
......@@ -66,13 +66,7 @@ k8s-ingress: build
check: build
go vet ./pkg/... ./cmd/...
golint ./pkg/controller/...
golint ./pkg/interfaces/...
golint ./pkg/varnish/...
golint ./pkg/haproxy/...
golint ./pkg/update/...
golint ./pkg/apis/varnishingress/v1alpha1/...
golint ./cmd/...
golint ./pkg/... ./cmd/...
go test -v ./pkg/controller/... ./pkg/interfaces/... ./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