route/vendor/github.com/posener/complete/metalinter.json

22 lines
361 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"Vendor": true,
"DisableAll": true,
"Enable": [
"gofmt",
"goimports",
"interfacer",
"goconst",
"misspell",
"unconvert",
"gosimple",
"golint",
"structcheck",
"deadcode",
"vet"
],
"Exclude": [
"initTests is unused"
],
"Deadline": "2m"
}