mirror of https://github.com/docker/cli.git
32 lines
497 B
JSON
32 lines
497 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"Exclude": [
|
|
"cli/compose/schema/bindata.go",
|
|
"parameter .* always receives"
|
|
],
|
|
"EnableGC": true,
|
|
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"gocyclo",
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"gosimple",
|
|
"ineffassign",
|
|
"interfacer",
|
|
"lll",
|
|
"misspell",
|
|
"unconvert",
|
|
"unparam",
|
|
"unused",
|
|
"vet"
|
|
],
|
|
|
|
"Cyclo": 16,
|
|
"LineLength": 200
|
|
}
|