Add more linters to gometalinter (#2680)

This commit is contained in:
Riley Karson 2018-12-14 18:32:31 -08:00 committed by Nathan McKinley
parent 29c665d865
commit 51ffdbb69a

View File

@ -2,6 +2,11 @@
"Deadline": "10m",
"Enable": [
"gofmt",
"misspell",
"structcheck",
"unconvert",
"unused",
"varcheck",
"vet"
],
"EnableGC": true,