Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit cf067e8

Browse files
committed
Increase golangci-lint timeout to 3m
Signed-off-by: JoshVanL <[email protected]>
1 parent ac87f3b commit cf067e8

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
@@ -72,7 +72,7 @@ go_vet:
7272
go vet ./cmd
7373

7474
go_lint: $(BINDIR)/golangci-lint ## lint golang code for problems
75-
$(BINDIR)/golangci-lint run
75+
$(BINDIR)/golangci-lint run --timeout 3m
7676

7777
clean: ## clean up created files
7878
rm -rf \

0 commit comments

Comments
 (0)