Skip to content

Commit

Permalink
MINOR: lint: increase timeout for a linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Feb 14, 2024
1 parent 0d107f0 commit 1e3f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ update:
.PHONY: lint
lint:
cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh
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

.PHONY: gofumpt
gofumpt:
Expand Down

0 comments on commit 1e3f71a

Please sign in to comment.