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.
2 parents f27ddf9 + fedd44b commit 5c17cfdCopy full SHA for 5c17cfd
Makefile
@@ -559,7 +559,7 @@ help: ## Display this help.
559
560
.PHONY: lint
561
lint: $(GOLANGCI_LINT) lint-latest ## Lint codebase.
562
- $(GOLANGCI_LINT) run -v $(GOLANGCI_LINT_EXTRA_ARGS)
+ $(GOLANGCI_LINT) run -v --timeout=8m0s --print-resources-usage $(GOLANGCI_LINT_EXTRA_ARGS)
563
564
.PHONY: lint-fix
565
lint-fix: $(GOLANGCI_LINT) ## Lint the codebase and run auto-fixers if supported by the linter.
0 commit comments