pulumi/Gometalinter.json
joeduffy 7a3dfb41be Increase Gometalinter deadline to 5m
Apparently because Travis is using containers with a small number
of processors, 2m isn't long enough a deadline.  (I have never seen
us exceed this on my own machine).  Increasing to 5m.
2017-06-22 12:32:50 -07:00

27 lines
449 B
JSON

{
"Deadline": "5m",
"DisableAll": true,
"Enable": [
"aligncheck",
"deadcode",
"errcheck",
"gas",
"goconst",
"gofmt",
"golint",
"gosimple",
"ineffassign",
"interfacer",
"lll",
"misspell",
"staticcheck",
"structcheck",
"unconvert",
"varcheck",
"vet",
"vetshadow"
],
"LineLength": 120
}