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 c4a0763 commit 5b3d4e1Copy full SHA for 5b3d4e1
coder_sniffer/Drupal/ruleset.xml
@@ -127,7 +127,7 @@
127
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenComments">
128
<properties>
129
<property name="forbiddenCommentPatterns" type="array">
130
- <!-- Catch comments ending in 2 dots, bot leave comments ending in 3
+ <!-- Catch comments ending in 2 dots, but leave comments ending in 3
131
dots alone. -->
132
<element value="/(?<!\.)\.\.(?!\.)$/"/>
133
</property>
0 commit comments