Skip to content

Commit 8c41dc7

Browse files
committed
feat(rules): another one to exclude
1 parent 761210e commit 8c41dc7

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
@@ -199,6 +199,7 @@
199199
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
200200
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode"/>
201201
<exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreIncrementOperator"/>
202+
<exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPostIncrementOperator"/>
202203
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceAfterArrayOpen"/>
203204
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceBeforeArrayClose"/>
204205
<exclude name="SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder"/>

0 commit comments

Comments
 (0)