Files
NodeBB/.codeclimate.yml

22 lines
389 B
YAML
Raw Normal View History

2015-09-17 20:59:53 -04:00
# Save as .codeclimate.yml (note leading .) in project root directory
2018-10-11 19:27:18 -04:00
version: "2"
2015-09-17 20:59:53 -04:00
languages:
2018-10-21 19:45:17 -04:00
Ruby: false
2015-09-17 20:59:53 -04:00
JavaScript: true
2018-10-21 19:45:17 -04:00
PHP: false
2018-10-11 19:27:18 -04:00
checks:
file-lines:
config:
threshold: 500
method-lines:
config:
threshold: 50
2018-10-21 19:45:17 -04:00
method-complexity:
config:
threshold: 10
similar-code:
config:
threshold: 65
2015-09-17 20:59:53 -04:00
exclude_paths:
- "public/vendor/*"
2016-10-13 21:42:52 +03:00
- "test/*"