Skip to content

Commit 919d149

Browse files
markmandelEricFortin
authored andcommitted
Give linter 15 minutes.
Trying to stop timeouts :/
1 parent 86240b1 commit 919d149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ build-controller-binary: ensure-build-image
137137

138138
# Lint the go source code.
139139
# use LINT_TIMEOUT to manipulate the linter timeout
140-
lint: LINT_TIMEOUT ?= 5m
140+
lint: LINT_TIMEOUT ?= 15m
141141
lint: ensure-build-image
142142
docker run --rm $(common_mounts) -w $(mount_path) $(DOCKER_RUN_ARGS) $(build_tag) bash -c \
143143
"/root/gen-lint-exclude.sh && gometalinter --config .exclude.gometalinter.json --deadline=$(LINT_TIMEOUT) -t --skip vendor ./..."

0 commit comments

Comments
 (0)