Skip to content

enhance: new builder stage form builder UI redesign #662

enhance: new builder stage form builder UI redesign

enhance: new builder stage form builder UI redesign #662

Triggered via pull request November 28, 2024 09:07
Status Failure
Total duration 18s
Artifacts

phpcs.yml

on: pull_request
Run PHPCS inspection
11s
Run PHPCS inspection
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 15 warnings
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L63
Missing $domain parameter in function call to esc_html_e().
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L63
The $text parameter must be a single text string literal. Found: __( 'Click to copy shortcode', 'wp-user-frontend' )
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L63
Missing $domain parameter in function call to esc_attr_e().
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L63
The $text parameter must be a single text string literal. Found: $shortcodes[0]['name']
Run PHPCS inspection
Process completed with exit code 1.
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 `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
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: admin/form-builder/views/form-builder.php#L54
Processing form data without nonce verification.
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L54
Processing form data without nonce verification.
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L126
Words in hook names should be separated using underscores. Expected: "wpuf_form_builder_tabs_{$form_type}", but found: "wpuf-form-builder-tabs-{$form_type}".
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L163
Words in hook names should be separated using underscores. Expected: "wpuf_form_builder_settings_tabs_{$form_type}", but found: "wpuf-form-builder-settings-tabs-{$form_type}".
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L170
Words in hook names should be separated using underscores. Expected: "wpuf_form_builder_settings_tab_contents_{$form_type}", but found: "wpuf-form-builder-settings-tab-contents-{$form_type}".
Run PHPCS inspection: admin/form-builder/views/form-builder.php#L174
Words in hook names should be separated using underscores. Expected: "wpuf_form_builder_tab_contents_{$form_type}", but found: "wpuf-form-builder-tab-contents-{$form_type}".
Run PHPCS inspection: admin/form-builder/views/form-builder-old.php#L12
Words in hook names should be separated using underscores. Expected: "wpuf_form_builder_tabs_{$form_type}", but found: "wpuf-form-builder-tabs-{$form_type}".
Run PHPCS inspection: admin/form-builder/views/form-builder-old.php#L42
Processing form data without nonce verification.
Run PHPCS inspection: admin/form-builder/views/form-builder-old.php#L42
Processing form data without nonce verification.
Run PHPCS inspection: admin/form-builder/views/form-builder-old.php#L59
Processing form data without nonce verification.