Skip to content
Snippets Groups Projects
Unverified Commit be061004 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

more confidence

parent 99d2a59f
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ push: ## Push image to docker registry ...@@ -53,7 +53,7 @@ push: ## Push image to docker registry
.PHONY: lint .PHONY: lint
lint: ## Go lint your code 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 .PHONY: fmt
fmt: ## Go fmt your code fmt: ## Go fmt your code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment