Skip to content

Commit 367f4d1

Browse files
authored
Merge pull request #64 from GaryJones/cs-phpcs-progress-meter
CS: Show progress when invoking phpcs
2 parents f380eaa + d036236 commit 367f4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<arg name="extensions" value="php"/>
1010
<file>.</file>
1111

12-
<!-- Show sniff codes in all reports -->
13-
<arg value="s"/>
12+
<!-- Show progress and sniff codes in all reports -->
13+
<arg value="ps"/>
1414

1515
<exclude-pattern>*/node_modules/*</exclude-pattern>
1616
<exclude-pattern>*/vendor/*</exclude-pattern>

0 commit comments

Comments
 (0)