Merge #81: Travis: disable gochecknoglobals as critical.

c4a72a8 Travis: disable gochecknoglobals as critical. (JeremyRand)

Pull request description:

  The gochecknoglobals is newly added to gometalinter, and it's breaking the build right now.  We should disable it until we've evaluated whether the issues it flags are significant.

Tree-SHA512: 71d305d72fd5c7283878c0b93607efee6f68bf52501d29ad23ea2cad7e3465e7e5a1f47b292023ad252ad6d1af8a696639431f1f6da40f3de05f381c70f58faf
pull/80/head
JeremyRand 6 years ago
commit b464ead48d
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -27,6 +27,7 @@ gometalinter.v2 --enable-all \
--disable=dupl \
--disable=errcheck \
--disable=gas \
--disable=gochecknoglobals \
--disable=gocyclo \
--disable=goimports \
--disable=golint \

Loading…
Cancel
Save