Skip to content

Commit 26ee28b

Browse files
author
Marc Paffen
committed
exclude "Squiz.Commenting.DocCommentAlignment.SpaceAfterStar"
1 parent 8e2ec76 commit 26ee28b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

HDNETBlack/ruleset.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
<rule ref="Squiz.ControlStructures.SwitchDeclaration">
4848
<exclude name="Squiz.ControlStructures.SwitchDeclaration.BreakIndent" />
4949
</rule>
50-
<rule ref="Squiz.Commenting.DocCommentAlignment"/>
50+
<rule ref="Squiz.Commenting.DocCommentAlignment">
51+
<exclude name="Squiz.Commenting.DocCommentAlignment.SpaceAfterStar" />
52+
</rule>
5153
<rule ref="Squiz.Commenting.EmptyCatchComment"/>
5254
<rule ref="Squiz.Commenting.FunctionCommentThrowTag"/>
5355
<rule ref="Squiz.Commenting.InlineComment">

0 commit comments

Comments
 (0)