mirror of https://github.com/VinGarcia/ksql.git
Fix `make lint` so it is less verbose
parent
cea28ace2b
commit
1c2421d1de
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ bench:
|
||||||
lint: setup
|
lint: setup
|
||||||
@$(GOBIN)/golint -set_exit_status -min_confidence 0.9 $(path) $(args)
|
@$(GOBIN)/golint -set_exit_status -min_confidence 0.9 $(path) $(args)
|
||||||
@go vet $(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!"
|
@echo "Golint & Go Vet found no problems on your code!"
|
||||||
|
|
||||||
mock: setup
|
mock: setup
|
||||||
|
|
Loading…
Reference in New Issue