Add nvm use
and auto-branching
#17
php-coding-standards.yml
on: pull_request
PHP coding standards
17s
Annotations
1 error and 5 warnings
PHP coding standards
Process completed with exit code 1.
|
PHP coding standards:
packages/php/woorelease-extension/src/Utils/Product.php#L61
shell_exec() found. PHP system calls are often disabled by server admins.
|
PHP coding standards:
packages/php/woorelease-extension/src/Utils/Product.php#L63
shell_exec() found. PHP system calls are often disabled by server admins.
|
PHP coding standards:
packages/php/woorelease-extension/src/Utils/Product.php#L65
shell_exec() found. PHP system calls are often disabled by server admins.
|
PHP coding standards:
packages/php/woorelease-extension/src/Commands/Release.php#L109
file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead.
|
PHP coding standards:
packages/php/woorelease-extension/src/Commands/Bulk.php#L212
Equals sign not aligned with surrounding assignments; expected 9 spaces but found 1 space
|