pulumi/Gometalinter.json
2017-08-30 16:47:33 -07:00

26 lines
427 B
JSON

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