mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-04-28 05:32:47 +00:00
Fix make lint
so it is less verbose
This commit is contained in:
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…
x
Reference in New Issue
Block a user