We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cc3a7 commit 2ac2315Copy full SHA for 2ac2315
Makefile
@@ -256,7 +256,7 @@ add-license:
256
--env HTTP_PROXY=$(HTTP_PROXY) \
257
--env HTTPS_PROXY=$(HTTPS_PROXY) \
258
$(BUILD_IMAGE) \
259
- ltag -t "./hack/license" --excludes "vendor contrib libbuild" -v
+ ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" -v
260
261
.PHONY: check-license
262
check-license:
@@ -269,7 +269,7 @@ check-license:
269
270
271
272
- ltag -t "./hack/license" --excludes "vendor contrib libbuild" --check -v
+ ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" --check -v
273
274
.PHONY: ci
275
ci: verify check-license lint build unit-tests #cover
0 commit comments