We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4ed89 commit adb621aCopy full SHA for adb621a
Makefile
@@ -19,7 +19,7 @@ update:
19
.PHONY: lint
20
lint:
21
cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh
22
- 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
23
24
.PHONY: gofumpt
25
gofumpt:
0 commit comments