Skip to content

Commit 38b7787

Browse files
committed
fix(squiz): ignore 2 rules
1 parent 9c93974 commit 38b7787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeatCodingStandard/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
</rule>
6666
<rule ref="Squiz.Functions">
6767
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"/>
68+
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction"/>
6869
<exclude name="Squiz.Functions.GlobalFunction.Found"/>
6970
</rule>
7071
<rule ref="Squiz.PHP">
@@ -209,6 +210,7 @@
209210
<exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration.MissingTrailingComma"/>
210211
<exclude name="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable.DisallowedSuperGlobalVariable"/>
211212
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment"/>
213+
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountAfterLastContent"/>
212214
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
213215
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode"/>
214216
<exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreIncrementOperator"/>

0 commit comments

Comments
 (0)