moby--moby/hack/validate/gometalinter.json

15 lines
193 B
JSON
Raw Normal View History

{
"Vendor": true,
"Deadline": "2m",
"Sort": ["linter", "severity", "path"],
"Exclude": [".*\\.pb\\.go"],
"Enable": [
"gofmt",
"golint",
"vet"
],
"LineLength": 200
}