Update codeclimate config

This commit is contained in:
Tyler Long
2017-09-12 19:23:47 +08:00
parent 89081ea169
commit f0ff4d087f

View File

@@ -4,11 +4,11 @@ engines:
config: config:
languages: languages:
- javascript - javascript
eslint:
enabled: true
ratings: ratings:
paths: paths:
- "**.js" - "**.js"
exclude_paths: exclude_paths:
- node_modules/ - node_modules/
- dist/ - dist/
- coverage/
- src/diagrams/**/parser