gotest: remove slow linters

This commit is contained in:
Andrey Samokhvalov 2017-03-21 23:54:39 +03:00 committed by Olaoluwa Osuntokun
parent 69b257154f
commit fbf819062a

@ -100,8 +100,6 @@ lint_check() {
--enable=gofmt \
--enable=vet \
--enable=golint \
--enable=gosimple \
--enable=unconvert \
--line-length=72 \
--deadline=4m $linter_targets 2>&1 | grep -v 'ALL_CAPS\|OP_' 2>&1 | tee /dev/stderr)"
}