Files
NodeBB/.codeclimate.yml

8 lines
170 B
YAML
Raw Normal View History

2015-09-17 20:59:53 -04:00
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: true
JavaScript: true
PHP: true
exclude_paths:
- "public/vendor/*"
2016-10-13 21:42:52 +03:00
- "test/*"