Преглед изворни кода

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 година
родитељ
комит
98bbb01898
1 измењених фајлова са 0 додато и 4 уклоњено
  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: