Merge #47: Travis: Add comment on why aligncheck is disabled in gometalinter.

6f93f43 Travis: Add comment on why aligncheck is disabled in gometalinter. (JeremyRand)

Pull request description:

Tree-SHA512: 9c27062cb05a1d06b9049b7c8eed67c2758ffa4c9b96ecd7c34e929f3c6c5248d94b04e8a18d14a6028ede5679b969fca7a5962d5f7bf48df8437479b482765f
pull/51/head
JeremyRand 7 years ago
commit 09a88dc989
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -14,6 +14,9 @@ fi
gometalinter.v1 --install
# aligncheck is disabled because of these comments:
# * https://www.reddit.com/r/golang/comments/3lahav/aligncheck_helps_to_find_inefficiently_packed/cv4u4lg/
# * https://www.reddit.com/r/golang/comments/3lahav/aligncheck_helps_to_find_inefficiently_packed/cv5wnom/
# The --exclude line disables warnings on the portion of x509 that is copied
# verbatim from the Go standard library.
echo ""

Loading…
Cancel
Save