cosmos-sdk/tools/gometalinter.json

9 lines
247 B
JSON

{
"Linters": {
"vet": "go tool vet -composites=false :PATH:LINE:MESSAGE"
},
"Enable": ["golint", "vet", "ineffassign", "unparam", "unconvert", "misspell", "gocyclo"],
"Deadline": "500s",
"Vendor": true,
"Cyclo": 11
}