DockerCLI/gometalinter.json

9 lines
187 B
JSON
Raw Normal View History

{
"Vendor": true,
"Sort": ["linter", "severity", "path"],
"Exclude": ["cli/compose/schema/bindata.go"],
"DisableAll": true,
"Enable": ["gofmt", "vet", "golint", "goimports"]
}