hermes/gometalinter.json

17 lines
228 B
JSON
Raw Normal View History

2017-03-28 16:50:07 +00:00
{
"DisableAll": true,
"Enable": [
"unused",
"vet",
"vetshadow",
"deadcode",
"gofmt",
"golint",
"ineffassign",
"goconst",
"gosimple",
"staticcheck",
"misspell"
],
"Test": true
}