summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-06-12 20:00:56 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-06-14 19:26:35 +0300
commita8892beb9f15c01baac3e92f5d2e0c0864d55928 (patch)
treed6dac5740d5bc8f089e72eb4dde1f092cbac9d09 /.codeclimate.yml
parent1f941ee0b09af952c5d90ed825789344896f1495 (diff)
downloadgitlab-ce-a8892beb9f15c01baac3e92f5d2e0c0864d55928.tar.gz
Improve codeclimate.yml to avoid timeouts
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml6
1 files changed, 3 insertions, 3 deletions
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/