Skip to content

Commit b931733

Browse files
committed
more rules to exclude
1 parent a7fc935 commit b931733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeatCodingStandard/ruleset.xml

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
</properties>
156156
</rule>
157157
<rule ref="SlevomatCodingStandard">
158+
<exclude name="SlevomatCodingStandard.PHP.ShortList.LongListUsed"/>
158159
<exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/>
159160
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/>
160161
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification"/>
@@ -177,6 +178,7 @@
177178
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment"/>
178179
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
179180
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode.DisallowedCommentAfterCode"/>
181+
<exclude name="SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreIncrementOperator"/>
180182
</rule>
181183
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
182184
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">

0 commit comments

Comments
 (0)