Skip to content

Update logic when deleting and uninstalling plugins #377

Update logic when deleting and uninstalling plugins

Update logic when deleting and uninstalling plugins #377

Triggered via pull request December 10, 2024 14:52
Status Failure
Total duration 46s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
5s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
20s
code-quality / Lint PHP files
code-quality  /  PHPCS
32s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 7 warnings
code-quality / PHPCS: src/Plugin_Command.php#L1510
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "delete_plugin".
code-quality / PHPCS: src/Plugin_Command.php#L1511
Functions must not contain multiple empty lines in a row; found 2 empty lines
code-quality / PHPCS: src/Plugin_Command.php#L1533
Expected 1 space after "="; 2 found
code-quality / PHPCS: src/Plugin_Command.php#L1533
Expected 1 space before "!"; 2 found
code-quality / PHPCS: src/Plugin_Command.php#L1535
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "deleted_plugin".
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS
Process completed with exit code 2.
code-quality / Lint GitHub Actions workflows
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code-quality / Lint PHP files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code-quality / PHPCS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code-quality / PHPCS: src/Plugin_Command.php#L1101
Equals sign not aligned with surrounding assignments; expected 12 spaces but found 1 space
code-quality / PHPCS: src/Plugin_Command.php#L1102
Equals sign not aligned with surrounding assignments; expected 15 spaces but found 4 spaces
code-quality / PHPCS: src/Plugin_Command.php#L1103
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space
code-quality / PHPCS: src/Plugin_Command.php#L1106
Equals sign not aligned correctly; expected 1 space but found 3 spaces