Skip to content

Commit 260aeba

Browse files
authored
Merge pull request #1433 from liranmauda/liran-backport-into-5_16
[Backport into 5.16] Disabling lint as a quick fix to release the CI flow.
2 parents 52754e1 + 62f0203 commit 260aeba

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,7 @@ golangci-lint: gen
177177
.PHONY: golangci-lint
178178

179179
lint: gen
180-
GO111MODULE=off go get -u -a golang.org/x/lint/golint
181-
GO111MODULE=off go install -a golang.org/x/lint/golint
182-
GO111MODULE=off go run golang.org/x/lint/golint \
183-
-set_exit_status=1 \
184-
$$(go list ./... | cut -d'/' -f5- | sed 's/^\(.*\)$$/\.\/\1\//' | grep -v ./pkg/apis/noobaa/v1alpha1/ | grep -v ./pkg/bundle/)
185-
@echo
186-
GO111MODULE=off go run golang.org/x/lint/golint \
187-
-set_exit_status=1 \
188-
$$(echo ./pkg/apis/noobaa/v1alpha1/* | tr ' ' '\n' | grep -v '/zz_generated')
180+
@echo "Lint is deprecated and failing due to a dependency. Disabling it as a quick fix to release the CI flow."
189181
@echo "✅ lint"
190182
.PHONY: lint
191183

0 commit comments

Comments
 (0)