Skip to content

fix: translation for password strength #623

fix: translation for password strength

fix: translation for password strength #623

Triggered via pull request September 5, 2024 05:12
Status Failure
Total duration 3m 6s
Artifacts

phpcs.yml

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

Annotations

2 errors and 7 warnings
Run PHPCS inspection: includes/Frontend.php#L197
Not using strict comparison for in_array; supply true for $strict argument.
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/always-upload-cache@v1.1.4. 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/always-upload-cache@v1.1.4. 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/Frontend.php#L54
Loose comparisons are not allowed. Expected: "==="; Found: "=="
Run PHPCS inspection: includes/Frontend.php#L55
Processing form data without nonce verification.