DockerCLI/gometalinter.json

15 lines
223 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",
"deadcode"
]
}