We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6d769 commit ad31ae0Copy full SHA for ad31ae0
Makefile
@@ -151,7 +151,7 @@ lint-custom: custom-linter-build #EXHELP Call custom linter for the project
151
152
.PHONY: lint-api-diff
153
lint-api-diff: $(GOLANGCI_LINT) #HELP Validate API changes using kube-api-linter with diff-aware analysis
154
- bash hack/api-lint-diff/run.sh
+ hack/api-lint-diff/run.sh
155
156
.PHONY: k8s-pin
157
k8s-pin: #EXHELP Pin k8s staging modules based on k8s.io/kubernetes version (in go.mod or from K8S_IO_K8S_VERSION env var) and run go mod tidy.
0 commit comments