mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-05 22:32:20 +01:00
Makefile: increase the timeout for make golangci-lint
from 1 minute to 2 minutes
This should fix timeout errors on GitHub actions
This commit is contained in:
parent
1b911f6965
commit
57311d748d
2
Makefile
2
Makefile
@ -146,7 +146,7 @@ install-qtc:
|
|||||||
|
|
||||||
|
|
||||||
golangci-lint: install-golangci-lint
|
golangci-lint: install-golangci-lint
|
||||||
golangci-lint run --exclude '(SA4003|SA1019):' -D errcheck -D structcheck
|
golangci-lint run --exclude '(SA4003|SA1019):' -D errcheck -D structcheck --timeout 2m
|
||||||
|
|
||||||
install-golangci-lint:
|
install-golangci-lint:
|
||||||
which golangci-lint || GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
which golangci-lint || GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||||
|
Loading…
Reference in New Issue
Block a user