Skip to content

Commit

Permalink
Increased Lint timeout (argoproj#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabala1979 authored and jessesuen committed Sep 21, 2019
1 parent 4bf83fc commit c855a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
run:
deadline: 8m
tests: false
skip-files:
- "pkg/client"
Expand Down
2 changes: 1 addition & 1 deletion gometalinter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Vendor": true,
"DisableAll": true,
"Deadline": "3m",
"Deadline": "8m",
"Enable": [
"vet",
"gofmt",
Expand Down

0 comments on commit c855a66

Please sign in to comment.