mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Update config
This commit is contained in:
@@ -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/**/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user