pulumi/Gometalinter.json

26 lines
427 B
JSON
Raw Normal View History

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