Problem/Motivation
As proposed by @quietone in #3337327: CSpell dictionary is out of sync, we want to do a CSpell on all files when CSpell related files change.
The place to make this happen would be in web/core/scripts/dev/commit-code-check.sh
Steps to reproduce
Proposed resolution
- Determine which changes in which files should trigger a CSpell run on all files.
- Implement this in web/core/scripts/dev/commit-code-check.sh