1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Update config

This commit is contained in:
Cameron
2016-04-18 12:17:27 -07:00
parent 559413b94e
commit 683f7d9038

View File

@@ -14,15 +14,21 @@ engines:
enabled: false enabled: false
phpmd: phpmd:
enabled: true enabled: true
config:
file_extensions: "php"
rulesets: "cleancode,unusedcode,codesize"
ratings: ratings:
paths: paths:
- "**.css" - "**.css"
- "**.js" - "**.js"
- "**.php" - "**.php"
exclude_paths: exclude_paths:
- e107_docs/**/*
- e107_images/**/*
- e107_handlers/hybridauth/**/* - e107_handlers/hybridauth/**/*
- e107_handlers/jsshrink/**/* - e107_handlers/jsshrink/**/*
- e107_handlers/phpmailer/**/* - e107_handlers/phpmailer/**/*
- e107_handlers/phpthumb/**/* - e107_handlers/phpthumb/**/*
- e107_handlers/xmlrpc/**/*
- e107_web/**/* - e107_web/**/*