Update .codeclimate.yml

- Add nodes for engines and ratings
- Fix spacing
This commit is contained in:
Abby Armada 2016-07-05 14:24:44 -04:00 committed by GitHub
parent 386e026dbb
commit 9aa140011a

View File

@ -1,3 +1,30 @@
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "bootstrap/cache"
- "resources/"