Browse Source

build: removes gometalinter

for some reason the linter lints files in /vendor
which it should not. So we have to remove it until
it works as expected

ref #10381
bergquist 7 years ago
parent
commit
98bbb01898
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .circleci/config.yml

+ 0 - 4
.circleci/config.yml

@@ -139,10 +139,6 @@ workflows:
           filters:
             tags:
               only: /.*/
-      - gometalinter:
-          filters:
-            tags:
-              only: /.*/
       - build:
           filters:
             tags: