Skip to content

Commit

Permalink
Update list with more frequent encounters of invalid usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Dec 9, 2024
1 parent 657e04f commit a6c3d3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/Checker/Checks/Plugin_Repo/Plugin_Readme_Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,12 @@ private function get_ignored_warnings( Parser $parser ) {
private function get_restricted_contributors() {
$restricted_contributors = array(
'username' => 'error',
'your-name' => 'error',
'your-username' => 'error',
'your-wordpress-username' => 'error',
'your_wordpress_username' => 'error',
'yourusername' => 'error',
'yourwordpressusername' => 'error',
'wordpressdotorg' => 'warning',
);

Expand Down

0 comments on commit a6c3d3c

Please sign in to comment.