Improve codeclimate.yml to avoid timeouts

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2017-06-12 20:00:56 +03:00
parent 1f941ee0b0
commit a8892beb9f
1 changed files with 3 additions and 3 deletions

View File

@ -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/