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: ...@@ -10,10 +10,10 @@ engines:
languages: languages:
- ruby - ruby
- javascript - javascript
exclude_paths:
- "lib/api/v3/*"
eslint: eslint:
enabled: true enabled: true
fixme:
enabled: true
rubocop: rubocop:
enabled: true enabled: true
ratings: ratings:
...@@ -35,6 +35,6 @@ exclude_paths: ...@@ -35,6 +35,6 @@ exclude_paths:
- node_modules/ - node_modules/
- spec/ - spec/
- vendor/ - vendor/
- lib/api/v3/
- .yarn-cache/ - .yarn-cache/
- tmp/ - 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