mirror of
https://github.com/namecoin/ncdns
synced 2024-11-10 01:10:31 +00:00
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
This commit is contained in:
commit
b464ead48d
@ -27,6 +27,7 @@ gometalinter.v2 --enable-all \
|
|||||||
--disable=dupl \
|
--disable=dupl \
|
||||||
--disable=errcheck \
|
--disable=errcheck \
|
||||||
--disable=gas \
|
--disable=gas \
|
||||||
|
--disable=gochecknoglobals \
|
||||||
--disable=gocyclo \
|
--disable=gocyclo \
|
||||||
--disable=goimports \
|
--disable=goimports \
|
||||||
--disable=golint \
|
--disable=golint \
|
||||||
|
Loading…
Reference in New Issue
Block a user