Skip to content

Update PHPCS config #206

Update PHPCS config

Update PHPCS config #206

Triggered via pull request August 30, 2023 15:23
Status Failure
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

code-quality.yml

on: pull_request
code-quality  /  Lint PHP files
19s
code-quality / Lint PHP files
code-quality  /  PHPCS
24s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS: tests/test-behat-tags.php#L22
unlink() is discouraged. Use wp_delete_file() to delete a file.
code-quality / PHPCS: src/Context/FeatureContext.php#L436
unlink() is discouraged. Use wp_delete_file() to delete a file.
code-quality / PHPCS: src/Context/FeatureContext.php#L811
rename() is discouraged. Use WP_Filesystem::move() to rename a file.