This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 7c40284 Add --verbose to lint for prevent hangs visuality
7c40284 is described below
commit 7c40284d5dd84688e3700f6e7cf08dfa3e21857e
Author: Dmitry Volodin <[email protected]>
AuthorDate: Wed Jul 24 10:54:20 2019 +0300
Add --verbose to lint for prevent hangs visuality
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index f13df4c..5b1759f 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -155,7 +155,7 @@ dep:
go mod tidy
lint:
- GOGC=$(LINT_GOGC) golangci-lint run --deadline $(LINT_DEADLINE)
+ GOGC=$(LINT_GOGC) golangci-lint run --verbose --deadline
$(LINT_DEADLINE)
images: test
mkdir -p build/_maven_output