Skip to content

Commit

Permalink
Added another word to ignore in the cspell.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
kiamlaluno committed Apr 14, 2024
1 parent 6d9fb2c commit b4c07d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cspell/cspell.json
Expand Up @@ -78,7 +78,10 @@
},
{
"filename": "/core/modules/user/user.module",
"ignoreWords": ["abcdefghijkmnopqrstuvwxyz", "ABCDEFGHJKLMNPQRSTUVWXYZ", "23456789"]
"ignoreWords": [
"abcdefghijkmnopqrstuvwxyz", "ABCDEFGHJKLMNPQRSTUVWXYZ",
"plid", "23456789"
]
},
{
"filename": "/core/themes/bartik/color/color.inc",
Expand Down

0 comments on commit b4c07d2

Please sign in to comment.