Closed (fixed)
Project:
Config Readonly Taxonomy UI
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jun 2026 at 18:03 UTC
Updated:
3 Aug 2026 at 21:30 UTC
Jump to comment: Most recent
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!