Skip to content

fix: different languages breaking design #609

fix: different languages breaking design

fix: different languages breaking design #609

Triggered via pull request August 13, 2024 10:44
Status Failure
Total duration 2m 36s
Artifacts

phpcs.yml

on: pull_request
Run PHPCS inspection
2m 27s
Run PHPCS inspection
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 7 warnings
Run PHPCS inspection: includes/Admin/Menu.php#L141
Scripts must be registered/enqueued via wp_enqueue_script()
Run PHPCS inspection: includes/Admin/Menu.php#L331
Opening PHP tag must be on a line by itself
Run PHPCS inspection: includes/Admin/Menu.php#L331
Opening PHP tag must be on a line by itself
Run PHPCS inspection: includes/Admin/Menu.php#L332
Multi-line function call not indented correctly; expected 24 spaces but found 20
Run PHPCS inspection: includes/Admin/Menu.php#L333
Line indented incorrectly; expected at least 16 tabs, found 5
Run PHPCS inspection: includes/Admin/Menu.php#L333
Closing PHP tag must be on a line by itself
Run PHPCS inspection
Process completed with exit code 1.
Run PHPCS inspection
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pat-s/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run PHPCS inspection
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, pat-s/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run PHPCS inspection
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run PHPCS inspection
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run PHPCS inspection
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run PHPCS inspection: includes/Admin/Menu.php#L21
base64_encode() can be used to obfuscate code which is strongly discouraged. Please verify that the function is used for benign reasons.
Run PHPCS inspection: includes/Admin/Menu.php#L191
The method parameter $post_ID is never used