Skip to content

Commit

Permalink
Give linter 15 minutes.
Browse files Browse the repository at this point in the history
Trying to stop timeouts :/
  • Loading branch information
markmandel authored and EricFortin committed Jun 14, 2018
1 parent 86240b1 commit 919d149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ build-controller-binary: ensure-build-image

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

0 comments on commit 919d149

Please sign in to comment.