Skip to content

Commit

Permalink
Merge pull request #79 from openshift/paulfantom-patch-1
Browse files Browse the repository at this point in the history
make golint more confident
  • Loading branch information
openshift-merge-robot authored Sep 27, 2018
2 parents 99d2a59 + be06100 commit af2cb79
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 af2cb79

Please sign in to comment.