From 1c2421d1de9190435002308ebd221d12bf18a8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 20 Feb 2022 09:58:04 -0300 Subject: [PATCH] Fix `make lint` so it is less verbose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e5290d..49e315e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ bench: lint: setup @$(GOBIN)/golint -set_exit_status -min_confidence 0.9 $(path) $(args) @go vet $(path) $(args) - @make -C benchmarks + @make --no-print-directory -C benchmarks @echo "Golint & Go Vet found no problems on your code!" mock: setup