Refactored ConfigFile class so that it is no longer a singleton
[phpmyadmin.git] / PMAStandard / ruleset.xml
blob40795b193598de487ca6446bbbe011acfe8c1f76
1 <?xml version="1.0"?>
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>
6   <rule ref="PEAR">
7     <exclude name="PEAR.Commenting.FileComment" />
8     <exclude name="PEAR.Commenting.ClassComment" />
9     <exclude name="PEAR.Commenting.FunctionComment" />
10     <exclude name="PEAR.Commenting.InlineComment" />
11     <exclude name="Generic.Files.LineLength" />
12   </rule>
13 </ruleset>