From be061004b7a7d86b9773b65003836f822aef9853 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Krupa?= <pkrupa@redhat.com>
Date: Thu, 27 Sep 2018 15:37:25 +0200
Subject: [PATCH] more confidence

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 316ff981d..8457fc362 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-- 
GitLab