Commit 61da3536 authored by Alexander Trofimov's avatar Alexander Trofimov Committed by GitHub

Merge pull request #194 from ONLYOFFICE/feature/update-codeclimate

add ratings to codeclimate
parents 02d7f99f 2287d783
checks: checks:
file-lines: file-lines:
config: config:
threshold: 15000 threshold: 5000
plugins: plugins:
eslint: eslint:
enabled: true enabled: true
...@@ -12,6 +12,9 @@ plugins: ...@@ -12,6 +12,9 @@ plugins:
config: config:
languages: languages:
- javascript: - javascript:
ratings:
paths:
- "**.js"
exclude_paths: exclude_paths:
- build/ - build/
- cell/.unit-tests/qunit - cell/.unit-tests/qunit
......
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