From a8892beb9f15c01baac3e92f5d2e0c0864d55928 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 12 Jun 2017 20:00:56 +0300 Subject: Improve codeclimate.yml to avoid timeouts Signed-off-by: Dmitriy Zaporozhets --- .codeclimate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index fbffac6a0ad..081fb92ef27 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/ -- cgit v1.2.1