Problem/Motivation
The cspell job is failing: https://git.drupalcode.org/project/config_readonly_taxonomy_ui/-/jobs/10...
Steps to reproduce
Proposed resolution
The two strings come from other modules so we will probably have to allow them: https://project.pages.drupalcode.org/gitlab_templates/jobs/cspell/#short...
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork config_readonly_taxonomy_ui-3601425
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nakaza sora commentedComment #4
nakaza sora commentedCreated a merge request that fixes the cspell errors:
- webform: allowed via _CSPELL_WORDS in .gitlab-ci.yml, as suggested in the issue summary.
- whitelist: this one is a flagWord, so _CSPELL_WORDS (the short word list) cannot allow it. I added an inline `// cspell:ignore whitelist` instead, as recommended in https://www.drupal.org/node/3524446.
cspell now passes with no errors. Could you please review it when you have time? Thank you!
Comment #5
prudloff commentedThanks!