Skip to content

Commit 14ad339

Browse files
committed
makefile
Signed-off-by: zirain <[email protected]>
1 parent ef88ebe commit 14ad339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lint.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lint.golint:
2525
.PHONY: lint.kube-api-linter
2626
lint: lint.kube-api-linter
2727
lint-deps: $(tools/kube-api-linter)
28-
lint.kube-api-linter:
28+
lint.kube-api-linter: $(tools/kube-api-linter)
2929
@$(LOG_TARGET)
3030
$(GO_TOOL) golangci-lint run $(GOLANGCI_LINT_FLAGS) --build-tags=$(LINT_BUILD_TAGS) --config=tools/linter/golangci-lint/.golangci-kal.yml ./api/... --verbose
3131

0 commit comments

Comments
 (0)