Commit ddcfac81 authored by Geoff Simmons's avatar Geoff Simmons

Check non-generated code for custom resources with golint.

parent 0e64f499
......@@ -71,6 +71,7 @@ check: build
golint ./pkg/controller/...
golint ./pkg/interfaces/...
golint ./pkg/varnish/...
golint ./pkg/apis/varnishingress/v1alpha1/...
golint ./cmd/...
vgo test -v ./pkg/controller/... ./pkg/interfaces/... ./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