phpmyadmin/PMAStandard/ruleset.xml
Hugues Peccatte a39ab76a24 Remove Generic.Files.LineLength from PMAStandard because already in PEAR standard.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-10 20:26:40 +02:00

16 lines
638 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="Generic.Commenting.DocComment" />
</rule>
<rule ref="Generic.Metrics.NestingLevel" />
<!-- There MUST NOT be trailing whitespace at the end of lines. -->
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace" />
</ruleset>