Skip to content

Commit

Permalink
Drop commenting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 21, 2021
1 parent aa758f0 commit 827398c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Wdes/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@
<rule ref="MySource.PHP.EvalObjectFactory"/>
<!-- <rule ref="MySource.PHP.GetRequestData"/> -->
<rule ref="PEAR.Classes.ClassDeclaration"/>
<rule ref="PEAR.Commenting.FunctionComment"/>
<rule ref="PEAR.Commenting.InlineComment"/>
<rule ref="PEAR.ControlStructures.ControlSignature"/>
<rule ref="PEAR.ControlStructures.MultiLineCondition"/>
<rule ref="PEAR.Formatting.MultiLineAssignment"/>
Expand All @@ -105,11 +103,6 @@
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
<rule ref="PSR2.Namespaces.UseDeclaration"/>
<rule ref="Squiz.Strings.DoubleQuoteUsage" />
<rule ref="Squiz.PHP.CommentedOutCode">
<properties>
<property name="maxPercentage" value="50"/>
</properties>
</rule>
<rule ref="Squiz.PHP.DisallowMultipleAssignments"/>
<rule ref="Squiz.PHP.DisallowSizeFunctionsInLoops"/>
<rule ref="Squiz.PHP.DiscouragedFunctions">
Expand Down

0 comments on commit 827398c

Please sign in to comment.