From 17e59ddc3f87fb74ca6e667f196deb50a90da663 Mon Sep 17 00:00:00 2001 From: Alexei Ledenev Date: Sun, 22 Oct 2023 10:58:35 +0300 Subject: [PATCH] lint output --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 8a3fb5c..5ea2b88 100644 --- a/makefile +++ b/makefile @@ -54,6 +54,7 @@ lint: setup-lint; $(info $(M) running golangci-lint ...) @ ## run golangci-lint # updating path since golangci-lint is looking for go binary and this may lead to # conflict when multiple go versions are installed $Q $(GOLINT) run -v -c $(LINT_CONFIG) --out-format checkstyle ./... > golangci-lint.out + $Q cat golangci-lint.out mock: setup-mockery ; $(info $(M) running mockery ...) @ ## run mockery to generate mocks $Q $(GOMOCK) --dir internal --all --keeptree --with-expecter