2024-10-16 19:18:52 +05:30
|
|
|
<?php xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ruleset name="pcsg-generated-ruleset"
|
|
|
|
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>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/
|
|
|
|
</description>
|
2024-11-02 18:03:13 +05:30
|
|
|
<rule ref="rulesets/design.xml/dieExpression"/>
|
2024-10-16 19:18:52 +05:30
|
|
|
<rule ref="rulesets/design.xml/EvalExpression"/>
|
|
|
|
<rule ref="rulesets/design.xml/GotoStatement"/>
|
|
|
|
<rule ref="rulesets/design.xml/DepthOfInheritance">
|
|
|
|
<properties>
|
|
|
|
<property name="minimum" value="7"/>
|
|
|
|
</properties>
|
|
|
|
</rule>
|
|
|
|
<rule ref="rulesets/design.xml/CouplingBetweenObjects"/>
|
|
|
|
</ruleset>
|