Problem/Motivation
cspell throws the following errors when run on the module:
CSpell: Files checked: 44, Issues found: 69 in 18 files.
The number of distinct unrecognized/misspelled words is 20
------------
altlogout
autologged
autotimeout
behaviour
behaviours
blacklist
initialises
jstimer
methode
pairkey
pairvalue
popout
staylogged
timerfunction
uactive
varible
whitelist
whitelisted
whitlelisted
ydays
------------
Steps to reproduce
Run the cspell command on the module.
Proposed resolution
Add a .cspell-project-words.txt words with the above words in it, to tell cspell to ignore them.
Fix some genuine spelling mistakes to remove them from the list.
Remaining tasks
Fix the spelling mistakes
Add the file.
Test
Review
User interface changes
None
API changes
None
Data model changes
None
Issue fork autologout-3574127
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
the_g_bomb commentedComment #4
the_g_bomb commentedRebased
Comment #5
inregards2plutoCan confirm that cspell pipeline is passing without flags.
Comment #6
inregards2plutoComment #8
the_g_bomb commentedMerged, thanks for the help