We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11646fd commit bdad992Copy full SHA for bdad992
src/Ramsey/ruleset.xml
@@ -57,6 +57,13 @@
57
<!-- Forbid deprecated functions -->
58
<rule ref="Generic.PHP.DeprecatedFunctions"/>
59
60
+ <!-- Allow comments to run longer than 120 characters -->
61
+ <rule ref="Generic.Files.LineLength">
62
+ <properties>
63
+ <property name="ignoreComments" value="true"/>
64
+ </properties>
65
+ </rule>
66
+
67
<!-- Forbid a bunch of functions -->
68
<rule ref="Generic.PHP.ForbiddenFunctions">
69
<properties>
0 commit comments