Skip to content

Commit

Permalink
Rector config can mix key and no-key
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Nov 13, 2023
1 parent 9f30229 commit a0696a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,11 @@
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>/docs/examples/codecs/</exclude-pattern>
</rule>

<!-- ************************************ -->
<!-- Rector config can mix key and no-key -->
<!-- ************************************ -->
<rule ref="Squiz.Arrays.ArrayDeclaration.KeySpecified">
<exclude-pattern>/rector.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit a0696a2

Please sign in to comment.