From 356c681dfc1c56f7e976cb803a2bc0eb1eba2252 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Tue, 27 Feb 2018 19:29:02 +1100 Subject: [PATCH] Enable all linters except errcheck and lll --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3232389..96b1faf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,7 @@ jobs: - run: curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o /go/bin/dep && chmod +x /go/bin/dep - run: dep ensure -vendor-only - run: curl -L -s https://github.com/alecthomas/gometalinter/releases/download/v2.0.5/gometalinter-2.0.5-linux-amd64.tar.gz | tar xvfz - -C /go/bin/ --strip 1 -# - run: gometalinter --disable-all --enable=errcheck --enable=vet --enable=vetshadow --vendor ./... - - run: gometalinter --disable-all --enable=vet --enable=vetshadow --vendor ./... + - run: gometalinter --enable-all --disable=errcheck --disable=lll --deadline=2m --vendor ./... deploy: <<: *defaults