Commit a8892beb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve codeclimate.yml to avoid timeouts

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 1f941ee0
......@@ -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/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment