We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c3426 commit dce3c3dCopy full SHA for dce3c3d
Makefile
@@ -23,7 +23,7 @@ doc:
23
.PHONY: lint
24
lint:
25
cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh
26
- bin/golangci-lint run --timeout 5m --color always --max-issues-per-linter 0 --max-same-issues 0
+ bin/golangci-lint run --timeout 10m --color always --max-issues-per-linter 0 --max-same-issues 0
27
28
.PHONY: yaml-lint
29
yaml-lint:
0 commit comments