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

pull/47/head
JeremyRand 7 years ago
parent 0688b3ea95
commit 6f93f43bb3
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