Skip to content

Commit

Permalink
Merge pull request #58 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 f7cfae3 + e0fe34c commit f08b1ca
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 @@ -68,7 +68,7 @@ integration: ## Run integration test

.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 f08b1ca

Please sign in to comment.