Merge pull request #3660 from fuweid/me-golint
Makefile: increase deadline to 2m for golangci-lint
This commit is contained in:
commit
e4dc2f662b
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user