Skip to content

Commit ea7eae7

Browse files
authored
Correctly put timeout in config, fixes #6576 (#6581)
1 parent 5b97466 commit ea7eae7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.golangci-strict.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
# config file for golangci-lint
1010

11-
timeout: 3m
11+
run:
12+
timeout: 3m
1213

1314
linters:
1415
enable:

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
# config file for golangci-lint
1010

11-
timeout: 3m
11+
run:
12+
timeout: 3m
1213

1314
linters:
1415
enable:

0 commit comments

Comments
 (0)