Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit b2f91a9

Browse files
committed
feat: Linter bails after 10m for cost control
1 parent 2a132d1 commit b2f91a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: "2"
22
run:
33
issues-exit-code: 1
4+
timeout: 10m
45
linters:
56
default: none
67
enable:

0 commit comments

Comments
 (0)