mirror of https://github.com/pulumi/pulumi.git
27 lines
449 B
JSON
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
|
|
}
|
|
|