Skip to content

Commit 56be671

Browse files
authored
Merge pull request #1656 from WordPress-Coding-Standards/feature/1534-docs-exclude-blank-line-requirements
Docs ruleset: exclude the `InlineComment.SpacingAfter` errorcode
2 parents 95b904e + b1f3210 commit 56be671

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WordPress-Docs/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
<exclude name="Squiz.Commenting.InlineComment.DocBlock"/>
7272
<!-- Excluded to allow /* translators: ... */ comments -->
7373
<exclude name="Squiz.Commenting.InlineComment.NotCapital"/>
74+
<!-- WP handbook doesn't clarify one way or another, so ignore -->
75+
<exclude name="Squiz.Commenting.InlineComment.SpacingAfter"/>
7476

7577
<!-- Not in Inline Docs standard, and a code smell -->
7678
<exclude name="Squiz.Commenting.LongConditionClosingComment"/>

0 commit comments

Comments
 (0)