1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00
invoiceninja/.codeclimate.yml

38 lines
504 B
YAML
Raw Permalink Normal View History

2016-07-27 15:47:57 +02:00
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: false
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "bootstrap/cache"
- "resources/"
- "storage/"
- "tests/"
2016-07-29 10:12:57 +02:00
- "public/"
2016-07-27 15:47:57 +02:00
- "**.md"
- "**.min.js"
- "**.min.php"
- "**.min.css"