Skip to content

Commit

Permalink
Merge pull request #68 from nicolasbock/timeout
Browse files Browse the repository at this point in the history
Increase linter timeout
  • Loading branch information
dosaboy authored Sep 4, 2023
2 parents 2097315 + df9e7ae commit 368a4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ PROMU_VERSION ?= 0.15.0
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz

GOLANGCI_LINT :=
GOLANGCI_LINT_OPTS ?=
GOLANGCI_LINT_OPTS ?= --timeout 5m
GOLANGCI_LINT_VERSION ?= v1.54.2
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
# windows isn't included here because of the path separator being different.
Expand Down

0 comments on commit 368a4cc

Please sign in to comment.