Removed extra composer scripts to configure PHPCS

All configuration is done by phpcs.ruleset.xml now
This commit is contained in:
Claudio Sanches 2017-11-09 16:40:40 -02:00
parent 22232f29c7
commit 2d6ee25d5f
1 changed files with 0 additions and 2 deletions

View File

@ -22,11 +22,9 @@
"WooCommerce\\GitHooks\\Hooks::preHooks" "WooCommerce\\GitHooks\\Hooks::preHooks"
], ],
"post-install-cmd": [ "post-install-cmd": [
"\"vendor/bin/phpcs\" --config-set installed_paths \"vendor/wp-coding-standards/wpcs,vendor/wimg/php-compatibility\"",
"WooCommerce\\GitHooks\\Hooks::postHooks" "WooCommerce\\GitHooks\\Hooks::postHooks"
], ],
"post-update-cmd": [ "post-update-cmd": [
"\"vendor/bin/phpcs\" --config-set installed_paths \"vendor/wp-coding-standards/wpcs,vendor/wimg/php-compatibility\"",
"WooCommerce\\GitHooks\\Hooks::postHooks" "WooCommerce\\GitHooks\\Hooks::postHooks"
] ]
} }