phpmd.xml 603 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <ruleset name="Custom rule set for the Joomla CMS."
  3. xmlns="http://pmd.sf.net/ruleset/1.0.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
  6. http://pmd.sf.net/ruleset_xml_schema.xsd"
  7. xsi:noNamespaceSchemaLocation="
  8. http://pmd.sf.net/ruleset_xml_schema.xsd">
  9. <description>
  10. Custom rule set for the Joomla CMS.
  11. </description>
  12. <!-- Import the entire unused code rule set -->
  13. <rule ref="rulesets/unusedcode.xml" />
  14. </ruleset>