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 d8ef625 commit e0aa6d9Copy full SHA for e0aa6d9
Makefile
@@ -391,7 +391,7 @@ $(KIND): $(LOCALBIN)
391
curl -Lso $(KIND) https://github.com/kubernetes-sigs/kind/releases/download/v$(KIND_VERSION)/kind-$(OS)-$(ARCH_SHORT)
392
chmod +x $(KIND)
393
394
-.phony: golangci-lint-kal
+.PHONY: golangci-lint-kal
395
golangci-lint-kal: $(GOLANGCI_LINT_KAL)
396
-$(GOLANGCI_LINT_KAL): $(GOLANGCI_LINT) # Build golangci-lint-kal from custom configuration.
397
- $(GOLANGCI_LINT) custom
+$(GOLANGCI_LINT_KAL): tools # Build golangci-lint-kal from custom configuration.
+ golangci-lint custom
0 commit comments