Created
April 1, 2018 19:44
-
-
Save clagiordano/ed3c945e881696e143dd6caa27cdd11e to your computer and use it in GitHub Desktop.
Full phpmd ruleset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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