Prepare release v2.0.3 #45
Annotations
11 errors and 11 warnings
Upload PHPCS report:
includes/admin/views/metabox/campaign-miscellaneous.php#L2
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
Upload PHPCS report:
includes/admin/views/metabox/campaign-miscellaneous.php#L3
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$campaign_id'.
|
Upload PHPCS report:
includes/admin/views/metabox/campaign-miscellaneous.php#L3
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_create_nonce'.
|
Upload PHPCS report:
wp-content-pilot.php#L36
Inline comments must end in full-stops, exclamation marks, or question marks
|
Upload PHPCS report:
wp-content-pilot.php#L83
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
Upload PHPCS report:
wp-content-pilot.php#L92
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
Upload PHPCS report:
wp-content-pilot.php#L149
No space found before comment text; expected "// boot" but found "//boot"
|
Upload PHPCS report:
wp-content-pilot.php#L149
Inline comments must end in full-stops, exclamation marks, or question marks
|
Upload PHPCS report:
wp-content-pilot.php#L150
"require_once" is a statement not a function; no parentheses are required
|
Upload PHPCS report:
wp-content-pilot.php#L151
"require_once" is a statement not a function; no parentheses are required
|
Test changed files
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Upload PHPCS report:
wp-content-pilot.php#L58
Property name "$_instance" should not be prefixed with an underscore to indicate visibility
|
Upload PHPCS report:
wp-content-pilot.php#L196
Scheduling crons at 60 sec ( less than 15 minutes ) is discouraged.
|
Upload PHPCS report:
wp-content-pilot.php#L253
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|
Upload PHPCS report:
wp-content-pilot.php#L307
This comment is 50% valid code; is this commented out code?
|
Upload PHPCS report:
wp-content-pilot.php#L322
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
|
Upload PHPCS report:
includes/class-wpcp-logger.php#L94
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
|
Upload PHPCS report:
includes/class-wpcp-logger.php#L98
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
|
Upload PHPCS report:
includes/class-wpcp-logger.php#L176
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
|
Upload PHPCS report:
includes/class-wpcp-logger.php#L198
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
|
Upload PHPCS report:
includes/admin/metabox-functions.php#L35
This comment is 60% valid code; is this commented out code?
|
Loading