Skip to content

Instantly share code, notes, and snippets.

View lilbro1062000's full-sized avatar

Abdoulaye Camara lilbro1062000

View GitHub Profile
@lilbro1062000
lilbro1062000 / phpmd.xml
Last active January 1, 2016 17:09 — forked from johnkary/rules.xml
<?xml version="1.0" ?>
<ruleset name="My-PHPMD"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
http://pmd.sf.net/ruleset_xml_schema.xsd"
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
<description>
MyRuleset...
</description>
<?xml version="1.0"?>
<ruleset name="Zend Standard">
<description>A custom coding standard for cakephp</description>
<exclude-pattern>*.js</exclude-pattern>
<exclude-pattern>*.css</exclude-pattern>
<rule ref="Zend" />
</ruleset>