Add --force-check
flag to wp plugin list
and wp theme list
.
#359
code-quality.yml
on: pull_request
code-quality
/
Lint PHP files
13s
code-quality
/
PHPCS
24s
Annotations
6 errors
code-quality / PHPCS:
src/WP_CLI/CommandWithUpgrade.php#L536
Logical operator "and" is prohibited; use "&&" instead
|
code-quality / PHPCS:
src/WP_CLI/CommandWithUpgrade.php#L537
Expected 1 spaces after opening parenthesis; 0 found
|
code-quality / PHPCS:
src/WP_CLI/CommandWithUpgrade.php#L537
Expected 1 spaces before closing parenthesis; 0 found
|
code-quality / PHPCS:
src/Plugin_Command.php#L1330
Tabs must be used to indent lines; spaces are not allowed
|
code-quality / PHPCS
Process completed with exit code 1.
|
code-quality / PHPCS
Process completed with exit code 2.
|