Skip to content

Hook added for third-party #117

Hook added for third-party

Hook added for third-party #117

Triggered via pull request July 13, 2023 06:21
Status Failure
Total duration 34s
Artifacts

wpcs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
WPCS: classes/Utils.php#L792
Use placeholders and $wpdb->prepare(); found interpolated variable $in_ids at AND meta_key IN ('{$in_ids}')

WPCS: classes/Utils.php#L854
Use placeholders and $wpdb->prepare(); found interpolated variable $quiz_ids_str at WHERE quiz_id IN ({$quiz_ids_str}) 

WPCS: classes/Utils.php#L855
Found unescaped literal "%" character.
WPCS: classes/Utils.php#L884
Use placeholders and $wpdb->prepare(); found interpolated variable $assignment_ids_str at AND comment_post_ID IN({$assignment_ids_str});

WPCS: classes/Utils.php#L1255
Assignments must be the first block of code on a line
WPCS: classes/Utils.php#L1390
Missing parameter comment
WPCS: classes/Utils.php#L1408
Doc comment for parameter "$post_type" missing
WPCS: classes/Utils.php#L1431
Use placeholders and $wpdb->prepare(); found $post_type
WPCS: classes/Utils.php#L1431
Use placeholders and $wpdb->prepare(); found ?
WPCS: classes/Utils.php#L1431
Use placeholders and $wpdb->prepare(); found interpolated variable $post_type at " AND items.post_type='{$post_type}' "
WPCS
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/