Skip to content

Commit

Permalink
more confidence
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Sep 27, 2018
1 parent 99d2a59 commit be06100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be06100

Please sign in to comment.