Skip to content

Commit 10faf32

Browse files
committed
allow empty comments
1 parent 011d991 commit 10faf32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WakebitCodingStandard/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,8 @@
152152
<exclude name="WebimpressCodingStandard.Commenting.DocComment.InheritDocTag"/>
153153
<exclude name="WebimpressCodingStandard.Commenting.DocComment.MissingBlankLine"/>
154154
</rule>
155+
156+
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment">
157+
<exclude name="SlevomatCodingStandard.Commenting.EmptyComment.EmptyComment"/>
158+
</rule>
155159
</ruleset>

0 commit comments

Comments
 (0)