Unzer/tests/unittests/phpmd/oxid_ruleset_lines.xml

9 lines
271 B
XML

<?xml version="1.0"?>
<ruleset name="Oxid PHPMD rule set">
<rule ref="rulesets/codesize.xml/ExcessiveMethodLength">
<priority>1</priority>
<properties>
<property name="reportLevel" value="100"/>
</properties>
</rule>
</ruleset>