From 26572d0a2548fe85ff34505a562ecd4345749a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 8 Jan 2020 18:30:27 +0000 Subject: [PATCH] chore(tests): verbose output from golangci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6371fc83..37ccdb882 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ lint-git-ci: .build/deps-build-node.ok .PHONY: lint-go lint-go: .build/deps-lint-go.ok - GO111MODULE=on golangci-lint run + GO111MODULE=on golangci-lint run -v .PHONY: lint-js lint-js: .build/deps-build-node.ok