Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.07 KB

File metadata and controls

31 lines (24 loc) · 1.07 KB
name PHPCS Code Standards Failure
about Automated issue created when PHPCS code standards check fails
title PHPCS Code Standards Check Failed
labels
bug
phpcs
code-standards
assignees

PHPCS Code Standards Check Failed

The PHPCS (PHP CodeSniffer) check has failed for the repository.

Failure Details:

  • PHP Version: {{ env.PHP_VERSION }}
  • Workflow Run: [View Details]({{ env.WORKFLOW_URL }})
  • Run ID: {{ env.RUN_ID }}

What happened: The code does not meet WordPress coding standards as defined by PHPCS.

What needs to be done:

  1. Review the PHPCS output in the failed workflow run
  2. Fix coding standard violations in the code
  3. Ensure all PHP files follow WordPress coding standards
  4. Test locally with: phpcs --standard=WordPress --extensions=php .

Resources:

This issue was automatically created by the CI/CD pipeline.