run ineffassign in gometalinter

This commit is contained in:
Marten Seemann
2018-02-21 15:15:21 +08:00
parent 548916e902
commit 37aa577560
5 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"vendor"
],
"Enable": [
"ineffassign",
"vet"
],
"Linters": {