From a8892beb9f15c01baac3e92f5d2e0c0864d55928 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Mon, 12 Jun 2017 20:00:56 +0300
Subject: [PATCH] Improve codeclimate.yml to avoid timeouts

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 .codeclimate.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index fbffac6a0ad97..081fb92ef272f 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -10,10 +10,10 @@ engines:
       languages:
       - ruby
       - javascript
+    exclude_paths:
+      - "lib/api/v3/*"
   eslint:
     enabled: true
-  fixme:
-    enabled: true
   rubocop:
     enabled: true
 ratings:
@@ -35,6 +35,6 @@ exclude_paths:
 - node_modules/
 - spec/
 - vendor/
-- lib/api/v3/
 - .yarn-cache/
 - tmp/
+- builds/
-- 
GitLab