File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ add-license:
428
428
--env HTTP_PROXY=$(HTTP_PROXY ) \
429
429
--env HTTPS_PROXY=$(HTTPS_PROXY ) \
430
430
$(BUILD_IMAGE ) \
431
- ltag -t " ./hack/license" --excludes " .go vendor contrib libbuild" -v
431
+ ltag -t " ./hack/license" --excludes " .go .go vendor contrib libbuild" -v
432
432
433
433
.PHONY : check-license
434
434
check-license :
@@ -441,7 +441,7 @@ check-license:
441
441
--env HTTP_PROXY=$(HTTP_PROXY ) \
442
442
--env HTTPS_PROXY=$(HTTPS_PROXY ) \
443
443
$(BUILD_IMAGE ) \
444
- ltag -t " ./hack/license" --excludes " .go vendor contrib libbuild" --check -v
444
+ ltag -t " ./hack/license" --excludes " .go .go vendor contrib libbuild" --check -v
445
445
446
446
.PHONY : ci
447
447
ci : verify check-license lint build unit-tests # cover
You can’t perform that action at this time.
0 commit comments