Skip to content

Commit

Permalink
Removed the cSpell directive and added new settings in the cspell.jso…
Browse files Browse the repository at this point in the history
…n file
  • Loading branch information
kiamlaluno committed Apr 14, 2024
1 parent 5f45e7f commit 6d9fb2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .cspell/cspell.json
Expand Up @@ -76,6 +76,10 @@
"filename": "/core/modules/simpletest/tests/file.test",
"ignoreWords": ["NONEXISTINGFILENAME", "ufail"]
},
{
"filename": "/core/modules/user/user.module",
"ignoreWords": ["abcdefghijkmnopqrstuvwxyz", "ABCDEFGHJKLMNPQRSTUVWXYZ", "23456789"]
},
{
"filename": "/core/themes/bartik/color/color.inc",
"ignoreWords": ["Blackdrop"]
Expand Down
2 changes: 0 additions & 2 deletions core/modules/user/user.module
Expand Up @@ -428,8 +428,6 @@ function user_validate_picture(&$form, &$form_state) {
* Generate a random alphanumeric password.
*/
function user_password($length = 10) {
// cSpell:ignore abcdefghijkmnopqrstuvwxyz, ABCDEFGHJKLMNPQRSTUVWXYZ, 23456789

// This variable contains the list of allowable characters for the
// password. Note that the number 0 and the letter 'O' have been
// removed to avoid confusion between the two. The same is true
Expand Down

0 comments on commit 6d9fb2c

Please sign in to comment.