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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PMAStandard/ruleset.xml')
-rw-r--r--PMAStandard/ruleset.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/PMAStandard/ruleset.xml b/PMAStandard/ruleset.xml
index 13f153ca67..a930c4fd77 100644
--- a/PMAStandard/ruleset.xml
+++ b/PMAStandard/ruleset.xml
@@ -7,8 +7,13 @@
<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" />
+ <exclude name="Generic.Commenting.DocComment" />
+ </rule>
+ <rule ref="Generic.Files.LineLength">
+ <properties>
+ <property name="lineLimit" value="85"/>
+ <property name="absoluteLineLimit" value="0"/>
+ </properties>
</rule>
<rule ref="Generic.Metrics.NestingLevel" />
<!-- There MUST NOT be trailing whitespace at the end of lines. -->