Skip to content

Commit c855a66

Browse files
sarabala1979jessesuen
authored andcommitted
Increased Lint timeout (argoproj#1612)
1 parent 4bf83fc commit c855a66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
run:
2+
deadline: 8m
23
tests: false
34
skip-files:
45
- "pkg/client"

gometalinter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Vendor": true,
33
"DisableAll": true,
4-
"Deadline": "3m",
4+
"Deadline": "8m",
55
"Enable": [
66
"vet",
77
"gofmt",

0 commit comments

Comments
 (0)