Makefile: increase deadline to 2m for golangci-lint

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2019-09-18 11:52:48 +08:00
parent 87bff67128
commit 83a72858f8

View File

@ -121,7 +121,7 @@ all: binaries
check: proto-fmt ## run all linters check: proto-fmt ## run all linters
@echo "$(WHALE) $@" @echo "$(WHALE) $@"
GOGC=75 golangci-lint run GOGC=75 golangci-lint run --deadline 2m
ci: check binaries checkprotos coverage coverage-integration ## to be used by the CI ci: check binaries checkprotos coverage coverage-integration ## to be used by the CI