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

Command icon 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

prudloff created an issue. See original summary.

nakaza sora’s picture

Assigned: Unassigned » nakaza sora

nakaza sora’s picture

Assigned: nakaza sora » Unassigned
Status: Active » Needs review

Created 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!

prudloff’s picture

Status: Needs review » Fixed

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.