diff --git a/Makefile b/Makefile index 316ff981d5c334caf38ca60be2f95c58f534370b..8457fc362a5560a8b26c18ae674364293659e6ff 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ push: ## Push image to docker registry .PHONY: lint lint: ## Go lint your code - hack/go-lint.sh $(go list -f '{{ .ImportPath }}' ./...) + hack/go-lint.sh -min_confidence 0.3 $(go list -f '{{ .ImportPath }}' ./...) .PHONY: fmt fmt: ## Go fmt your code