Skip to content

Commit

Permalink
chore(NO-JIRA): Update phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed May 4, 2023
1 parent f78aa27 commit 94911d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<exclude-pattern>*</exclude-pattern>
</rule>

<!-- Allow short array syntax -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
<severity>0</severity>
</rule>

<!-- We're not going to rename files. -->
<rule ref="WordPress.Files.FileName">
<exclude-pattern>*</exclude-pattern>
Expand Down

0 comments on commit 94911d6

Please sign in to comment.