Skip to content

Commit 8c3ad96

Browse files
chore: increase lint timeout (#15)
* chore: increase lint timeout increase the lint timeout to 10 minutes. * chore: add verbose flag to linter this linter is taking ages to run in a github action. hopefully we will be able to visualize why it is taking so long once we enable the verbose flag.
1 parent bceb2e1 commit 8c3ad96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ helm:
7878

7979
.PHONY: lint
8080
lint: golangci-lint go.sum ## Run golangci-lint linter
81-
$(GOLANGCI_LINT) run --timeout=5m
81+
$(GOLANGCI_LINT) --verbose run --timeout=10m
8282

8383
.PHONY: lint-fix
8484
lint-fix: golangci-lint go.sum ## Run golangci-lint linter and perform fixes

0 commit comments

Comments
 (0)