Skip to content

Commit 2fe26f1

Browse files
committed
Adjust the Toolset ruleset.
1 parent e3990e7 commit 2fe26f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

standards/Toolset/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<rule ref="WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned">
3838
<severity>0</severity>
3939
</rule>
40+
<!-- We don't like these alignments in docblocks either. -->
41+
<rule ref="Squiz.Commenting.FunctionComment.SpacingAfterParamType">
42+
<severity>0</severity>
43+
</rule>
4044

4145
<!-- Do not follow silly filename rules of WordPress. TODO implement our own -->
4246
<rule ref="WordPress.Files.FileName.NotHyphenatedLowercase">

0 commit comments

Comments
 (0)