Skip to content

Instantly share code, notes, and snippets.

@clagiordano
Created April 1, 2018 19:44
Show Gist options
  • Save clagiordano/ed3c945e881696e143dd6caa27cdd11e to your computer and use it in GitHub Desktop.
Save clagiordano/ed3c945e881696e143dd6caa27cdd11e to your computer and use it in GitHub Desktop.
Full phpmd ruleset
<?xml version="1.0"?>
<ruleset name="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>
Full rulesets
</description>
<rule ref="rulesets/cleancode.xml" />
<rule ref="rulesets/codesize.xml" />
<rule ref="rulesets/controversial.xml" />
<rule ref="rulesets/design.xml" />
<rule ref="rulesets/naming.xml" />
<rule ref="rulesets/unusedcode.xml" />
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment