Skip to content

Feature - Akismet integration #1266

Feature - Akismet integration

Feature - Akismet integration #1266

Triggered via pull request November 8, 2023 05:24
Status Failure
Total duration 34s
Artifacts

pr-code-sniff.yml

on: pull_request
Code sniff (PHP 7.4 , WP Latest)
24s
Code sniff (PHP 7.4 , WP Latest)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Code sniff (PHP 7.4 , WP Latest)
Process completed with exit code 2.
Code sniff (PHP 7.4 , WP Latest): includes/admin/builder/class-evf-builder-settings.php#L586
Only variables can be passed to empty() prior to PHP 5.5.
Code sniff (PHP 7.4 , WP Latest): includes/admin/builder/class-evf-builder-settings.php#L596
A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Code sniff (PHP 7.4 , WP Latest): includes/admin/builder/class-evf-builder-settings.php#L641
Only variables can be passed to empty() prior to PHP 5.5.
Code sniff (PHP 7.4 , WP Latest): includes/class-evf-form-task.php#L910
Only variables can be passed to empty() prior to PHP 5.5.
Code sniff (PHP 7.4 , WP Latest): includes/class-evf-form-task.php#L1212
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
Code sniff (PHP 7.4 , WP Latest): includes/evf-core-functions.php#L4645
Parameter comment must end with a full stop
Code sniff (PHP 7.4 , WP Latest): includes/evf-core-functions.php#L4717
You must use "/**" style comments for a function comment
Code sniff (PHP 7.4 , WP Latest): includes/evf-core-functions.php#L4787
Doc comment for parameter "$text" missing
Code sniff (PHP 7.4 , WP Latest): includes/evf-core-functions.php#L4787
Doc comment for parameter "$type" missing
Code sniff (PHP 7.4 , WP Latest): includes/evf-core-functions.php#L4787
Doc comment for parameter "$settings" missing
Code sniff (PHP 7.4 , WP Latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/