Closed (fixed)
Project:
Permissions by Term
Version:
3.1.40
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2025 at 06:47 UTC
Updated:
1 Dec 2025 at 10:29 UTC
Jump to comment: Most recent
The cspell pipeline is currently failing. We should resolve this by either adding the necessary words to the ignore list or correcting them directly in the code.
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 #3
vitaliyb98 commentedFixed the failing cspell pipeline.
Note: in cases where the issue was in a variable name, for example
$fieldDefinitons, I skipped those words. Directly changing them in the code could break functionality, especially if users are altering or extending that code and require more re-testKeep the issue in "Needs review" in case someone wants to provide suggestions or feedback.
Comment #4
vitaliyb98 commentedMerged into 3.1.x-dev