diff --git a/support/scripts/check.sh b/support/scripts/check.sh index fbab703..539bdf9 100755 --- a/support/scripts/check.sh +++ b/support/scripts/check.sh @@ -15,6 +15,7 @@ lint() { gometalinter \ --exclude=_mock.go \ --disable=gotype \ + --disable=golint \ --vendor \ --skip=test \ --fast \