From 9ef3683acc4cf355b0428a30969ce993f08c4fdd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Jul 2014 15:07:30 +0200 Subject: [PATCH] I grouped rules by Standard (PEAR, Generic, Zend, ...) If a standard bring a rule that is duplicate than the other, we must keep it commented saying duplicate with. So at any time we know which rule we match for each standard. --- dev/codesniffer/ruleset.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/dev/codesniffer/ruleset.xml b/dev/codesniffer/ruleset.xml index 663dee5db38..6b498e7d167 100755 --- a/dev/codesniffer/ruleset.xml +++ b/dev/codesniffer/ruleset.xml @@ -11,10 +11,16 @@ + + + 0 + + + @@ -24,9 +30,6 @@ 0 - - - @@ -153,6 +156,10 @@ + + + + @@ -270,4 +277,10 @@ + + + + + +