You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phpmd.xml 873B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <ruleset name="Mess detection rules for Carbon"
  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. Mess detection rules for Carbon
  11. </description>
  12. <rule ref="rulesets/codesize.xml" />
  13. <rule ref="rulesets/cleancode.xml" />
  14. <rule ref="rulesets/controversial.xml" />
  15. <rule ref="rulesets/design.xml" />
  16. <rule ref="rulesets/naming.xml/ShortVariable">
  17. <properties>
  18. <property name="exceptions" value="id,tz" />
  19. </properties>
  20. </rule>
  21. <rule ref="rulesets/unusedcode.xml" />
  22. </ruleset>