diff --git a/.codeclimate.yml b/.codeclimate.yml index 31cbc9fab..0738221f2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -14,15 +14,21 @@ engines: enabled: false phpmd: enabled: true + config: + file_extensions: "php" + rulesets: "cleancode,unusedcode,codesize" ratings: paths: - "**.css" - "**.js" - "**.php" exclude_paths: +- e107_docs/**/* +- e107_images/**/* - e107_handlers/hybridauth/**/* - e107_handlers/jsshrink/**/* - e107_handlers/phpmailer/**/* - e107_handlers/phpthumb/**/* +- e107_handlers/xmlrpc/**/* - e107_web/**/*