Travis: Disable "test" static analyzer.

pull/67/head
JeremyRand 6 years ago
parent 3792dd3e95
commit b999eef876
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -17,6 +17,7 @@ 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/
# test is disabled because we already do tests earlier in the script.
# The --exclude line disables warnings on the portion of x509 that is copied
# verbatim from the Go standard library.
echo ""
@ -34,6 +35,7 @@ gometalinter.v1 --enable-all \
--disable=lll \
--disable=misspell \
--disable=staticcheck \
--disable=test \
--disable=unconvert \
--disable=unparam \
--disable=unused \

Loading…
Cancel
Save