Closed (fixed)
Project:
Scheduler
Version:
2.x-dev
Component:
Testing
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2024 at 08:18 UTC
Updated:
11 Oct 2024 at 09:39 UTC
Jump to comment: Most recent
By default all files starting with . are not checked for spelling in the cspell job. We want to avoid all spelling errors and to do this we can define the variable
_CSPELL_EXTRA: '--dot'
. There will be some non-words that need to be ignored, but that is better than allowing mistakes in .gitlab-ci.yml for example.
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 #4
jonathan1055 commentedFixed