Skip to content

Commit 0c18717

Browse files
committed
fix: bump golangci-lint timeout to 10m
1 parent 842e6c5 commit 0c18717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lint: ## Verifies `golangci-lint` passes
6565
lint-ci: ## Verifies `golangci-lint` passes and outputs in CI-friendly format
6666
@echo "==> $@"
6767
@golangci-lint version
68-
@golangci-lint run ./... --out-format code-climate > golangci-lint.json
68+
@golangci-lint run ./... --timeout=10m --out-format code-climate > golangci-lint.json
6969

7070
.PHONY: build
7171
build: ## Builds the executable and places it in the build dir

0 commit comments

Comments
 (0)