cosmos-sdk/tools/gometalinter.json

8 lines
219 B
JSON
Raw Normal View History

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