Travis: Copy the "aligncheck" and "test" disablement from critical to non-critical section.

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

@ -48,6 +48,8 @@ STATICRESULT1=$?
echo ""
echo "gometalinter non-critical (warnings expected):"
gometalinter.v1 --enable-all \
--disable=aligncheck \
--disable=test \
--concurrency=3 \
--deadline=10m \
--exclude='^x509/([a-wy-z]|x509.go|x509_[a-rt-z])' \

Loading…
Cancel
Save