Application/.codeclimate.yml
Abel f5310e0206 Added Travis, CodeClimate.
First test to verify whether it works.
2016-07-19 17:16:45 +02:00

26 lines
321 B
YAML

---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- tests/