1 parent 86240b1 commit 919d149Copy full SHA for 919d149
1 file changed
build/Makefile
@@ -137,7 +137,7 @@ build-controller-binary: ensure-build-image
137
138
# Lint the go source code.
139
# use LINT_TIMEOUT to manipulate the linter timeout
140
-lint: LINT_TIMEOUT ?= 5m
+lint: LINT_TIMEOUT ?= 15m
141
lint: ensure-build-image
142
docker run --rm $(common_mounts) -w $(mount_path) $(DOCKER_RUN_ARGS) $(build_tag) bash -c \
143
"/root/gen-lint-exclude.sh && gometalinter --config .exclude.gometalinter.json --deadline=$(LINT_TIMEOUT) -t --skip vendor ./..."
0 commit comments