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