Add lorem-ipsum spelling dictionary
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3436206. --> Reported by: [jonathan1055](https://www.drupal.org/user/92645) Related to !165 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Following up from slack thread <a href="https://app.slack.com/client/T06GX3JTS/CGKLP028K">https://app.slack.com/client/T06GX3JTS/CGKLP028K</a><br> Tests using standard <strong>Lorem ipsum</strong> filler text fail the CSPELL job.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>There is a cspell dictionary of the standard words used <a href="https://www.npmjs.com/package/@cspell/dict-lorem-ipsum">https://www.npmjs.com/package/@cspell/dict-lorem-ipsum</a></p> <p>Investigate installing this and adding it to the default .cspell.json asset file. This would save developers have to specifiy <code>cSpell:disable</code> and <code>cSpell:enable</code> comments in each place where the words are used.</p> <p>This MR also has additions to the CSpell doc page and the <a href="https://git.drupalcode.org/issue/gitlab_templates-3436206/-/blob/3436206-lorem-ipsum-dictionary/docs/jobs/cspell.md">updated file can be viewed here</a></p> > Related issue: [Issue #3436424](https://www.drupal.org/node/3436424)
issue