We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842e6c5 commit 0c18717Copy full SHA for 0c18717
Makefile
@@ -65,7 +65,7 @@ lint: ## Verifies `golangci-lint` passes
65
lint-ci: ## Verifies `golangci-lint` passes and outputs in CI-friendly format
66
@echo "==> $@"
67
@golangci-lint version
68
- @golangci-lint run ./... --out-format code-climate > golangci-lint.json
+ @golangci-lint run ./... --timeout=10m --out-format code-climate > golangci-lint.json
69
70
.PHONY: build
71
build: ## Builds the executable and places it in the build dir
0 commit comments