Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: b86533c479
Component: cli
19 lines
273 B
JSON
19 lines
273 B
JSON
{
|
|
"Vendor": true,
|
|
"Sort": ["linter", "severity", "path"],
|
|
"Exclude": ["cli/compose/schema/bindata.go"],
|
|
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"deadcode",
|
|
"gocyclo",
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"ineffassign",
|
|
"vet"
|
|
],
|
|
|
|
"Cyclo": 19
|
|
}
|