.codeclimate.yml
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- php
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
phan:
enabled: true
config:
file_extensions: "php"
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.php"
exclude_paths:
- test/
- vendor/
- node_modules/