Expand CSpell test coverage
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: 1to every downstream branch - Add
_CSPELL_IGNORE_STANDARD_FILES: 0to the d10-theme branch - Add
_CSPELL_EXTRA: --dotto the d11-recipe branch
Related issue: Issue #3505522
Edited by drupalbot