Problem/Motivation
$ $CI_PROJECT_DIR/$_WEB_ROOT/core/node_modules/.bin/cspell -c .cspell.json --show-suggestions --show-context --no-progress $_CSPELL_EXTRA $CSPELL_SEARCH || EXIT_CODE=$?
./README.md:31:53 - Unknown word (Hodgdon) -- on work by Jennifer Hodgdon in Configuration
Suggestions: [Hodden, houdon, Houdon, hodgkin, Hodgkin]
./README.md:37:17 - Unknown word (joegraduate) -- - Joe Parsons- [joegraduate](https://www.drupal
Suggestions: []
./README.md:38:3 - Unknown word (tadean) -- - tadean - [tadean](https://www
Suggestions: [ta'en, taken, tainan, taipan, taiwan]
./README.md:38:13 - Unknown word (tadean) -- - tadean - [tadean](https://www.drupal
Suggestions: [ta'en, taken, tainan, taipan, taiwan]
./README.md:39:3 - Unknown word (Nedjo) -- - Nedjo Rogers - [nedjo](https
Suggestions: [nejd, Nejd, nebo, Nebo, Nedb]
./README.md:39:19 - Unknown word (nedjo) -- - Nedjo Rogers - [nedjo](https://www.drupal
Suggestions: [nejd, Nejd, nebo, nedb, nemo]
./README.md:40:3 - Unknown word (Artem) -- - Artem Dmitriiev - [a.dmitriiev
Suggestions: [Artel, Autem, Rate, Arete, Rated]
./README.md:40:9 - Unknown word (Dmitriiev) -- - Artem Dmitriiev - [a.dmitriiev](https
Suggestions: [dmitri, Dmitri, dmitri's, Dmitri's]
./README.md:40:24 - Unknown word (dmitriiev) -- Artem Dmitriiev - [a.dmitriiev](https://www.drupal
Suggestions: [dmitri, dmitri's, Dmitri, Dmitri's]
./README.md:42:15 - Unknown word (Rutz) -- - Merlin Axel Rutz - [geek-merlin](https
Suggestions: [ritz, Ritz, ruiz, Ruiz, Ruth]
CSpell: Files checked: 17, Issues found: 10 in 1 file.
$ WORDS_FILE=_cspell_unrecognized_words.txt
$ touch $WORDS_FILE
$ if [ "$EXIT_CODE" != "" ]; then # collapsed multi-line command
CSpell: Files checked: 17, Issues found: 10 in 1 file.
The number of unrecognised/misspelled words is 9
An artifact file has been created containing a list of these unrecognized words, for you to browse or download.
For hints on getting this CSPELL job to pass see https://project.pages.drupalcode.org/gitlab_templates/jobs/cspell/
=== This is _cspell_unrecognized_words.txt ===
Artem
Dmitriiev
dmitriiev
Hodgdon
joegraduate
Nedjo
nedjo
Rutz
tadean
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes