Skip to content

Commit fa16f2e

Browse files
authored
Exclude throwsnotcapital rule (#6)
1 parent 50e41c1 commit fa16f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeatCodingStandard/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
4747
<exclude name="Squiz.Commenting.LongConditionClosingComment.Invalid"/>
4848
<exclude name="Squiz.Commenting.FunctionComment.Missing"/>
49+
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNotCapital"/>
4950
<exclude name="Squiz.Commenting.FunctionCommentThrowTag.Missing"/>
5051
<exclude name="Squiz.Commenting.FileComment.SpacingAfterOpen"/>
5152
<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment"/>

0 commit comments

Comments
 (0)