buildkit/gometalinter.json

13 lines
217 B
JSON

{
"Vendor": true,
"Deadline": "8m",
"Exclude": ["solver/pb/ops.pb.go", "api/services/control/control.pb.go"],
"DisableAll": true,
"Enable": [
"gofmt",
"goimports",
"ineffassign",
"vet"
]
}