Removed extra composer scripts to configure PHPCS
All configuration is done by phpcs.ruleset.xml now
This commit is contained in:
parent
22232f29c7
commit
2d6ee25d5f
|
@ -22,11 +22,9 @@
|
|||
"WooCommerce\\GitHooks\\Hooks::preHooks"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"\"vendor/bin/phpcs\" --config-set installed_paths \"vendor/wp-coding-standards/wpcs,vendor/wimg/php-compatibility\"",
|
||||
"WooCommerce\\GitHooks\\Hooks::postHooks"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"\"vendor/bin/phpcs\" --config-set installed_paths \"vendor/wp-coding-standards/wpcs,vendor/wimg/php-compatibility\"",
|
||||
"WooCommerce\\GitHooks\\Hooks::postHooks"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue