switch to fork for test runs #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 1 warning
WordPress.WP.I18n.MissingTranslatorsComment:
src/Setting.php#L273
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.
|
WordPress.WP.I18n.MissingTranslatorsComment:
src/Setting.php#L274
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.
|
WordPress.WP.I18n.MissingTranslatorsComment:
src/Setting.php#L304
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.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
src/Setting.php#L304
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.WP.I18n.MissingTranslatorsComment:
src/Setting.php#L318
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.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
src/Setting.php#L318
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
hidden_files:
.gitattributes#L1
Hidden files are not permitted.
|
hidden_files:
.gitignore#L1
Hidden files are not permitted.
|
invalid_license:
readme.txt#L1
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
|