1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Added codeclimate file

This commit is contained in:
Hillel Coren 2016-07-27 16:47:57 +03:00
parent 0752007d3a
commit 3cbd7d295c

36
.codeclimate.yml Normal file
View File

@ -0,0 +1,36 @@
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/"
- "**.md"
- "**.min.js"
- "**.min.php"
- "**.min.css"