Update gometalinter config

gometalinter now uses `maligned` instead of `aligncheck`
(https://github.com/alecthomas/gometalinter/pull/367), so we need to update our
config accordingly.
This commit is contained in:
Richard van der Hoff 2017-11-13 13:25:54 +00:00
parent 77305a7c63
commit e15868676f

View file

@ -10,7 +10,7 @@
"golint",
"varcheck",
"structcheck",
"aligncheck",
"maligned",
"ineffassign",
"gas",
"misspell",