Skip to content

Commit da57d72

Browse files
committed
chore(golangci-lint): timeout from configuration file
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 2a2f034 commit da57d72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: v1.62.2
2222
only-new-issues: false
23-
args: --timeout 5m --config .golangci.yml
23+
args: --config .golangci.yml
2424
diff:
2525
name: diff
2626
runs-on: ubuntu-22.04

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
run:
2+
timeout: 10m
3+
14
linters-settings:
25
revive:
36
rules:

0 commit comments

Comments
 (0)