Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect missing readme headers #414

Merged
merged 9 commits into from
Jun 30, 2024
Prev Previous commit
Next Next commit
Fix typos
  • Loading branch information
ernilambar committed Jun 25, 2024
commit 58d94d6ff1499e841ec683755580d9acbd9a2c36
3 changes: 2 additions & 1 deletion includes/Checker/Checks/Plugin_Readme_Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,14 @@ private function get_wordpress_stable_version() {

return $version;
}

/**
* Returns ignored warnings.
*
* @since 1.0.2
*
* @param Parser $parser The Parser object.
* @return array Ignore warnings.
* @return array Ignored warnings.
*/
private function get_ignored_warnings( Parser $parser ) {
$ignored_warnings = array(
Expand Down
Loading