Skip to content

Commit e4dc2f6

Browse files
Merge pull request #3660 from fuweid/me-golint
Makefile: increase deadline to 2m for golangci-lint
2 parents c3452ab + 83a7285 commit e4dc2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ all: binaries
121121

122122
check: proto-fmt ## run all linters
123123
@echo "$(WHALE) $@"
124-
GOGC=75 golangci-lint run
124+
GOGC=75 golangci-lint run --deadline 2m
125125

126126
ci: check binaries checkprotos coverage coverage-integration ## to be used by the CI
127127

0 commit comments

Comments
 (0)