mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update .codeclimate.yml
- Add nodes for engines and ratings - Fix spacing
This commit is contained in:
parent
386e026dbb
commit
9aa140011a
@ -1,6 +1,33 @@
|
|||||||
|
engines:
|
||||||
|
csslint:
|
||||||
|
enabled: true
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- ruby
|
||||||
|
- javascript
|
||||||
|
- python
|
||||||
|
- php
|
||||||
|
eslint:
|
||||||
|
enabled: true
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
phpmd:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.css"
|
||||||
|
- "**.inc"
|
||||||
|
- "**.js"
|
||||||
|
- "**.jsx"
|
||||||
|
- "**.module"
|
||||||
|
- "**.php"
|
||||||
|
- "**.py"
|
||||||
|
- "**.rb"
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- "bootstrap/cache"
|
- "bootstrap/cache"
|
||||||
- "resources/"
|
- "resources/"
|
||||||
- "storage/"
|
- "storage/"
|
||||||
- "tests/"
|
- "tests/"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user