Skip to content

Commit 5e7dc3f

Browse files
committed
Exclude sniff that would break comments
1 parent 553e57d commit 5e7dc3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<!-- Results in false positives with comments used to denote include blocks -->
2828
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing.IncorrectLinesCountAfterControlStructure" />
2929
<exclude name="Squiz.Classes.ClassFileName.NoMatch" />
30+
<!-- Results in false positives with comments used to denote include blocks before functions -->
31+
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle" />
3032

3133
<!-- *********************************** -->
3234
<!-- Exclude sniffs that cause BC breaks -->

0 commit comments

Comments
 (0)