Commit 2287d783 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add ratings to codeclimate

file-lines threshold to 5000
parent 13c0b3ce
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