2016-04-18 09:47:42 -07:00
|
|
|
---
|
|
|
|
engines:
|
|
|
|
csslint:
|
|
|
|
enabled: false
|
|
|
|
duplication:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
languages:
|
|
|
|
- javascript
|
|
|
|
- php
|
|
|
|
eslint:
|
|
|
|
enabled: false
|
|
|
|
fixme:
|
|
|
|
enabled: false
|
|
|
|
phpmd:
|
|
|
|
enabled: true
|
2016-04-18 12:17:27 -07:00
|
|
|
config:
|
|
|
|
file_extensions: "php"
|
|
|
|
rulesets: "cleancode,unusedcode,codesize"
|
2016-04-18 09:47:42 -07:00
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- "**.css"
|
|
|
|
- "**.js"
|
|
|
|
- "**.php"
|
2016-04-18 11:28:43 -07:00
|
|
|
exclude_paths:
|
2016-04-18 12:17:27 -07:00
|
|
|
- e107_docs/**/*
|
|
|
|
- e107_images/**/*
|
2016-04-18 11:28:43 -07:00
|
|
|
- e107_handlers/hybridauth/**/*
|
|
|
|
- e107_handlers/jsshrink/**/*
|
|
|
|
- e107_handlers/phpmailer/**/*
|
|
|
|
- e107_handlers/phpthumb/**/*
|
2016-04-18 12:17:27 -07:00
|
|
|
- e107_handlers/xmlrpc/**/*
|
2016-04-18 11:28:43 -07:00
|
|
|
- e107_web/**/*
|
|
|
|
|