Skip to content

Commit b824fb3

Browse files
authored
chore(linter): remove duplicate linter timeout configuration (#1142)
1 parent d5e0849 commit b824fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ROOT_DIR ?= $(shell git rev-parse --show-toplevel)
22
SCRIPTS_BASE ?= $(ROOT_DIR)/scripts
33
GOLANG_CI_YAML_PATH ?= ${ROOT_DIR}/golang-ci.yaml
4-
GOLANG_CI_ARGS ?= --allow-parallel-runners --timeout=5m --config=${GOLANG_CI_YAML_PATH}
4+
GOLANG_CI_ARGS ?= --allow-parallel-runners --config=${GOLANG_CI_YAML_PATH}
55

66
# Build
77
build:

0 commit comments

Comments
 (0)