Skip to content

gw-double-confirmation-fields.php: Updated snippet to use custom va… #1139

gw-double-confirmation-fields.php: Updated snippet to use custom va…

gw-double-confirmation-fields.php: Updated snippet to use custom va… #1139

Triggered via push January 10, 2025 12:11
Status Failure
Total duration 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
PHPCS: experimental/gpuid-custom-format-ABC12345.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected gpuid-custom-format-abc12345.php, but found gpuid-custom-format-ABC12345.php.
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L10
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L12
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L14
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L15
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L16
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L18
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L19
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L121
Tabs must be used to indent lines; spaces are not allowed
PHPCS: gp-unique-id/gpuid-fill-sequence-gaps.php#L19
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at from {$table_name}
PHPCS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L44
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
PHPCS: gp-entry-blocks/gpeb-make-administrative-fields-visible-on-edit.php#L66
Equals sign not aligned correctly; expected 1 space but found 2 spaces
PHPCS: gravity-forms/gw-gravity-forms-filter-out-zero-dollar-products.php#L19
Usage of ELSE IF is discouraged; use ELSEIF instead