Problem/Motivation
The GitLab pipeline shows failures in cspell.
Steps to reproduce
- Visit a recent GitLab build
- Notice that the cspel job has failed
Proposed resolution
Fix the errors found, or add ignore comment if there is a reason to
Remaining tasks
- Analyse the failiures
- Fix the failures
- Set the GitLab job to hard fail
- Create a merge request
- Review
- Merge
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork fragments-3447534
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 #3
diwakar07 commentedComment #5
eelkeblokComment #6
eelkeblokWow, that was quick. I think we should also make sure GitLab breaks once we've made sure we have a baseline.
Comment #7
diwakar07 commentedHi @eelkeblok,
Created an MR for cspell issues. cspell check is passing now.
Can you please elaborate what needs to be done next here ?
Comment #8
kalash-j commentedPipeline is working fine and there is no cspell errors
RTBC+1 to merge MR!19
Comment #9
eelkeblok@Diwakar07 The ESlit check makes the build fail when it does not pass. See https://git.drupalcode.org/project/fragments/-/blob/2.x/.gitlab-ci.yml?r...
Comment #10
diwakar07 commentedHi @eelkeblok,
Configured the cspell job to break when it does not pass.
Please review.
Comment #11
sourav_paul@eelkeblok cspell job isn't failing anymore: https://git.drupalcode.org/issue/fragments-3447534/-/pipelines/244180
Comment #12
sourav_paulComment #13
eelkeblokThanks. The latest commit fails its tests, but that is not due to these changes.
Comment #15
eelkeblokComment #17
eelkeblokForgot to actually merge.