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 1fd4ff6 commit 87cdcc8Copy full SHA for 87cdcc8
Makefile
@@ -428,7 +428,7 @@ add-license:
428
--env HTTP_PROXY=$(HTTP_PROXY) \
429
--env HTTPS_PROXY=$(HTTPS_PROXY) \
430
$(BUILD_IMAGE) \
431
- ltag -t "./hack/license" --excludes "vendor contrib libbuild" -v
+ ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" -v
432
433
.PHONY: check-license
434
check-license:
@@ -441,7 +441,7 @@ check-license:
441
442
443
444
- ltag -t "./hack/license" --excludes "vendor contrib libbuild" --check -v
+ ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" --check -v
445
446
.PHONY: ci
447
ci: verify check-license lint build unit-tests #cover
0 commit comments