CSpell: do not check files that are created by a GitLab CI job
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3529479. --> Reported by: [avpaderno](https://www.drupal.org/user/55077) Related to !369 !373 >>> <p>I was testing a merge request for the contrib Seven theme, for which I set the <em>composer</em> job to require Drupal 9.5.11. </p> <p>The <a href="https://git.drupalcode.org/project/seven/-/jobs/5506010">cspell job</a> checked the <em>get-file-via-curl.sh</em> file, which is created by another GitLab CI job.</p> <pre>/builds/project/seven/get-file-via-curl.sh:15:28&nbsp;&nbsp;&nbsp;&nbsp; - Unknown word (DRUPALORG)&nbsp; -- Executing curl -OLf $DRUPALORG_CI_SERVER_URL/$_CURL<br> Suggestions: [drupalget, drupalism, drupal's, drupalci, drupalin]</pre><p><em>DRUPALORG</em> is not a word in the Drupal 9 CSpell dictionary; it has been added only on the Drupal 10 dictionary.<br> The <em>get-file-via-curl.sh</em> file should not have been checked, though.</p>
issue