Browse Source

build: only lint the pkg folder

bergquist 7 years ago
parent
commit
7a62231816
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.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: