Skip to content

Commit

Permalink
Merge pull request #1 from JeremyDunn/master
Browse files Browse the repository at this point in the history
[update] exclude ArrayDeclaration Keys sniffs
  • Loading branch information
JeremyDunn authored Feb 13, 2020
2 parents 901740c + 00c81db commit 06cc557
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 06cc557

Please sign in to comment.