build: only lint the pkg folder

pull/11150/head^2
bergquist 7 years ago
parent f50bcb6aae
commit 7a62231816
  1. 2
      .circleci/config.yml

@ -31,7 +31,7 @@ jobs:
command: 'gometalinter --install'
- run:
name: run some linters
command: 'gometalinter --vendor --deadline 6m --disable-all --enable=structcheck --enable=unconvert --enable=varcheck ./...'
command: 'gometalinter --vendor --deadline 6m --disable-all --enable=structcheck --enable=unconvert --enable=varcheck ./pkg/...'
test-frontend:
docker:

Loading…
Cancel
Save