1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Merge pull request #2 from abbyarmada/master

Update .codeclimate.yml
This commit is contained in:
codedge 2016-07-06 18:32:49 +02:00 committed by GitHub
commit 08f234e776

View File

@ -1,6 +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"
- "bootstrap/cache"
- "resources/"
- "storage/"
- "tests/"
- "**.md"
- "**.min.js"
- "**.min.php"
- "**.min.css"