Problem/Motivation
cspell throws the following errors when run on the module:
CSpell: Files checked: 47, Issues found: 15 in 5 files.
The number of distinct unrecognised/misspelled words is 5
------------
gnode
groupmenu
mlid
mytheme
tmgmt
------------
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.
Remaining tasks
Add the file.
Test
Review
User interface changes
None
API changes
None
Data model changes
None
Issue fork group_content_menu-3554028
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 commentedCSpell is passing
Comment #4
paraderojether commentedHi
I reviewed MR!64, and confirmed CSpell is now passed on Gitlab CI.
Moving this to RTBC.
Thank you.
Comment #7
heddn