Skip to content

Commit 0286fe2

Browse files
committed
feat(rules): exclude more
1 parent efaac92 commit 0286fe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CodeatCodingStandard/ruleset.xml

+3
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
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.Arrays.SingleLineArrayWhitespace.SpaceAfterArrayOpen"/>
203+
<exclude name="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace.SpaceBeforeArrayClose"/>
204+
<exclude name="SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder"/>
202205
</rule>
203206
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
204207
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">

0 commit comments

Comments
 (0)