fix linting by using new maligned linter instead of aligncheck

upstream switched the alignment check backend and in doing so fails to run
if the old backend is defined in the config.

also skip alignment linting on a struct we use for byte decoding as we have
no choice in its member order.
This commit is contained in:
Harald Sitter
2017-10-31 12:24:31 +01:00
parent 5ef45bddda
commit 46c2182ade
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"staticcheck",
"varcheck",
"structcheck",
"aligncheck",
"maligned",
"vetshadow",
"goconst",
"interfacer"