Skip to content

Commit

Permalink
Remove Array Rules KeySpecified , NoKeySpecified
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Aug 2, 2023
1 parent 2769968 commit 39f6b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<exclude name="Squiz.Arrays.ArrayDeclaration.ValueNotAligned"/>
<exclude name="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed"/>
<exclude name="Squiz.Arrays.ArrayDeclaration.SingleLineNotAllowed"/>
<exclude name="Squiz.Arrays.ArrayDeclaration.KeySpecified"/>
<exclude name="Squiz.Arrays.ArrayDeclaration.NoKeySpecified"/>
</rule>

<!--
Expand Down

0 comments on commit 39f6b4f

Please sign in to comment.