phpmyadmin/PMAStandard/ruleset.xml
Hugues Peccatte 155ef3e646 Add nested level rule.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-17 08:04:41 +01:00

15 lines
560 B
XML

<?xml version="1.0"?>
<ruleset name="phpMyAdmin Standard">
<!-- http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php -->
<description>phpMyAdmin custom coding standard</description>
<rule ref="PEAR">
<exclude name="PEAR.Commenting.FileComment" />
<exclude name="PEAR.Commenting.ClassComment" />
<exclude name="PEAR.Commenting.FunctionComment" />
<exclude name="PEAR.Commenting.InlineComment" />
<exclude name="Generic.Files.LineLength" />
</rule>
<rule ref="Generic.Metrics.NestingLevel" />
</ruleset>