mirror of https://github.com/docker/cli.git
17 lines
240 B
JSON
17 lines
240 B
JSON
|
{
|
||
|
"Vendor": true,
|
||
|
"Deadline": "2m",
|
||
|
"Sort": ["linter", "severity", "path", "line"],
|
||
|
"EnableGC": true,
|
||
|
"Enable": [
|
||
|
"structcheck",
|
||
|
"staticcheck",
|
||
|
"unconvert",
|
||
|
|
||
|
"gofmt",
|
||
|
"goimports",
|
||
|
"golint",
|
||
|
"vet"
|
||
|
]
|
||
|
}
|