Remove show progress from phpcs

This commit is contained in:
Steve Boyd 2018-02-13 15:57:44 +13:00
parent 9ca6c3a89b
commit 79a362f7c5
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/thirdparty/*</exclude-pattern>
<!-- Show progress and output sniff names on violation, and add colours -->
<arg value="sp"/>
<!-- Add colours -->
<arg name="colors"/>
<!-- Use PSR-2 as a base standard -->