Skip to content

Commit

Permalink
[update] exclude ArrayDeclaration Keys sniffs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDunn committed Feb 13, 2020
1 parent 901740c commit 00c81db
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 @@ -78,6 +78,8 @@
<exclude name="Squiz.Arrays.ArrayDeclaration.ValueNoNewline" />
<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>

<rule ref="Generic.Formatting.SpaceAfterNot" />
Expand Down

0 comments on commit 00c81db

Please sign in to comment.