Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ruleset.xml « PMAStandard - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4eded2cc744bc9d41ef33309dbd4e3790254aab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>