Expand CSpell test coverage

Migrated issue

Reported by: jonathan1055

Related to !56 (merged) !55 (merged) !54 (merged)

Problem/Motivation

CSpell has options and customizations that we provide via eight variables, but not all of these are tested in a downstream branches. The full list is

_CSPELL_ALLOW_FAILURE
_CSPELL_WORDS
_CSPELL_DICTIONARY
_CSPELL_FLAGWORDS
_CSPELL_SHOW_PROGRESS
_CSPELL_IGNORE_PATHS
_CSPELL_IGNORE_STANDARD_FILES
_CSPELL_EXTRA

The changes wil be used to test the fixes in gitlab_templates#3505522 (closed)

Proposed resolution

  • Add _CSPELL_SHOW_PROGRESS: 1 to every downstream branch
  • Add _CSPELL_IGNORE_STANDARD_FILES: 0 to the d10-theme branch
  • Add _CSPELL_EXTRA: --dot to the d11-recipe branch

Related issue: Issue #3505522

Edited by drupalbot