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.
2 parents 56be671 + d30d22f commit 1ddc654Copy full SHA for 1ddc654
WordPress-Docs/ruleset.xml
@@ -88,7 +88,7 @@
88
<exclude name="Squiz.Commenting.VariableComment.VarOrder"/>
89
</rule>
90
91
- <rule ref="Generic.Commenting">
+ <rule ref="Generic.Commenting.DocComment">
92
<!-- WP has different alignment of tag values -->
93
<exclude name="Generic.Commenting.DocComment.TagValueIndent"/>
94
<!-- WP has a different prefered order of tags -->
@@ -105,8 +105,5 @@
105
<exclude name="Generic.Commenting.DocComment.SpacingBeforeShort"/>
106
<!-- Exclude to allow duplicate hooks to be documented -->
107
<exclude name="Generic.Commenting.DocComment.ContentBeforeClose"/>
108
-
109
- <!-- WP allows @todo's in comments -->
110
- <exclude name="Generic.Commenting.Todo"/>
111
112
</ruleset>
0 commit comments