2 <ruleset name="phpMyAdmin Standard">
3 <!-- http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php -->
4 <description>phpMyAdmin custom coding standard</description>
7 <exclude name="PEAR.Commenting.FileComment" />
8 <exclude name="PEAR.Commenting.ClassComment" />
9 <exclude name="PEAR.Commenting.FunctionComment" />
10 <exclude name="Generic.Commenting.DocComment" />
12 <rule ref="Generic.Files.LineLength">
14 <property name="lineLimit" value="85"/>
15 <property name="absoluteLineLimit" value="0"/>
18 <rule ref="Generic.Metrics.NestingLevel" />
19 <!-- There MUST NOT be trailing whitespace at the end of lines. -->
20 <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace" />