diff --git a/operator/Makefile b/operator/Makefile index 81416e7c6f774..ddc475e0c136f 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -177,6 +177,7 @@ scorecard: generate go-generate bundle-all ## Run scorecard tests for all bundle .PHONY: lint lint: $(GOLANGCI_LINT) | generate ## Run golangci-lint on source code. + $(GOLANGCI_LINT) config verify $(GOLANGCI_LINT) run --timeout=5m ./... .PHONY: lint-fix