Merge pull request #3660 from fuweid/me-golint

Makefile: increase deadline to 2m for golangci-lint
This commit is contained in:
Michael Crosby 2019-09-18 10:35:20 -04:00 committed by GitHub
commit e4dc2f662b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ all: binaries
check: proto-fmt ## run all linters
@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