Skip to content

Commit

Permalink
⚡ Run phpcs in parallel mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cambis authored and satrun77 committed Mar 3, 2024
1 parent 2fc3c38 commit c90b454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<exclude-pattern>./vendor/*</exclude-pattern>
<exclude-pattern>*/thirdparty/*</exclude-pattern>

<!-- Show progress and output sniff names on violation, and add colours -->
<!-- Show progress and output sniff names on violation, add colours, and run in parallel mode -->
<arg value="p" />
<arg name="colors" />
<arg value="s" />
<arg name="parallel" value="10" />

<!-- Use PSR-2 as a base standard -->
<rule ref="PSR2">
Expand Down

0 comments on commit c90b454

Please sign in to comment.