Skip to content

Commit

Permalink
make golint more confident
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Sep 27, 2018
1 parent f7cfae3 commit e0fe34c
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 e0fe34c

Please sign in to comment.