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.
SlevomatCodingStandard.Files.LineLength
1 parent 3558e06 commit 4f9cbdeCopy full SHA for 4f9cbde
src/Cdn77/ruleset.xml
@@ -86,7 +86,11 @@
86
</properties>
87
</rule>
88
<rule ref="SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch" />
89
- <rule ref="SlevomatCodingStandard.Files.LineLength"/>
+ <rule ref="SlevomatCodingStandard.Files.LineLength">
90
+ <properties>
91
+ <property name="ignoreComments" value="true" />
92
+ </properties>
93
+ </rule>
94
<rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction" />
95
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
96
<rule ref="SlevomatCodingStandard.PHP.RequireNowdoc" />
0 commit comments