Skip to content

Commit

Permalink
update phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Sep 10, 2023
1 parent f71114d commit 44f343a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

<!-- Show progress and sniff codes in all reports -->
<arg value="ps"/>
<arg value="sp"/>
<arg name="colors"/>

<!-- Only check PHP files. -->
<arg name="extensions" value="php"/>

<file>.</file>

<!-- Exclude these -->
<exclude-pattern>/vendor/*</exclude-pattern>
Expand Down

0 comments on commit 44f343a

Please sign in to comment.