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 8e2ec76 commit 26ee28bCopy full SHA for 26ee28b
HDNETBlack/ruleset.xml
@@ -47,7 +47,9 @@
47
<rule ref="Squiz.ControlStructures.SwitchDeclaration">
48
<exclude name="Squiz.ControlStructures.SwitchDeclaration.BreakIndent" />
49
</rule>
50
- <rule ref="Squiz.Commenting.DocCommentAlignment"/>
+ <rule ref="Squiz.Commenting.DocCommentAlignment">
51
+ <exclude name="Squiz.Commenting.DocCommentAlignment.SpaceAfterStar" />
52
+ </rule>
53
<rule ref="Squiz.Commenting.EmptyCatchComment"/>
54
<rule ref="Squiz.Commenting.FunctionCommentThrowTag"/>
55
<rule ref="Squiz.Commenting.InlineComment">
0 commit comments