Makefile: increase deadline to 2m for golangci-lint
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user