build: only lint the pkg folder

This commit is contained in:
bergquist 2018-04-19 11:29:02 +02:00
parent f50bcb6aae
commit 7a62231816

View File

@ -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: