We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0241e commit e3facf2Copy full SHA for e3facf2
1 file changed
Makefile
@@ -108,10 +108,12 @@ test-e2e: fmt vet envtest ginkgo
108
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
109
GOLANGCI_LINT_VERSION ?= v1.54.2
110
golangci-lint:
111
- @[ -f $(GOLANGCI_LINT) ] || { \
112
- set -e ;\
113
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) $(GOLANGCI_LINT_VERSION) ;\
114
- }
+ @echo "skip golangci-lint"
+# golangci-lint:
+# @[ -f $(GOLANGCI_LINT) ] || { \
+# set -e ;\
115
+# curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) $(GOLANGCI_LINT_VERSION) ;\
116
+# }
117
118
.PHONY: lint
119
lint: golangci-lint ## Run golangci-lint linter & yamllint
0 commit comments