embark/.codeclimate.yml

13 lines
154 B
YAML
Raw Normal View History

2016-10-23 00:03:27 +00:00
engines:
eslint:
enabled: true
2016-10-22 23:10:25 +00:00
ratings:
2016-10-22 23:58:24 +00:00
paths:
- "lib/**/*"
2016-10-22 23:10:25 +00:00
exclude_paths:
2016-10-22 23:16:25 +00:00
- "tests/"
- "old_tests/"
- "boilerplate/"
- "demo/"
- "js/"