1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/.codeclimate.yml

38 lines
504 B
YAML
Raw Normal View History

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