Fix `make lint` so it is less verbose

pull/16/head
Vinícius Garcia 2022-02-20 09:58:04 -03:00
parent cea28ace2b
commit 1c2421d1de
1 changed files with 1 additions and 1 deletions

View File

@ -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