We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea192b commit 88c9f14Copy full SHA for 88c9f14
Makefile
@@ -16,7 +16,7 @@ lint: lint/go lint/shellcheck
16
.PHONY: lint/go
17
lint/go: $(GO_SRC_FILES)
18
go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)
19
- golangci-lint run --timeout=1m
+ golangci-lint run --timeout=10m
20
21
.PHONY: lint/shellcheck
22
lint/shellcheck: $(SHELL_SRC_FILES)
0 commit comments