From 98bbb0189892980e8d05b81e50a7ab73132cd790 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 20 Apr 2018 10:35:15 +0200 Subject: [PATCH] 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 --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 603c5fe0720..e7f40419402 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,10 +139,6 @@ workflows: filters: tags: only: /.*/ - - gometalinter: - filters: - tags: - only: /.*/ - build: filters: tags: