Skip to content

Commit

Permalink
Speed up phpcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed May 28, 2021
1 parent 0277405 commit 5d99aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"scripts": {
"coveralls": "vendor/bin/php-coveralls -v",
"phpcbf": "vendor/bin/phpcbf",
"phpcs": "vendor/bin/phpcs -s -v",
"phpcs": "XDEBUG_MODE=off vendor/bin/phpcs -s -v",
"phplint": "vendor/bin/phplint",
"phpmd": "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php",
"phpstan": "vendor/bin/phpstan analyse",
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<arg name="colors"/>
<arg name="extensions" value="php" />
<arg name="parallel" value="8" />
<arg value="sp" />

<exclude-pattern>node_modules/*</exclude-pattern>
Expand Down

0 comments on commit 5d99aef

Please sign in to comment.