Linting Issues
Gitlab was recently installed and there are multiple linting issues that need to be resolved.
Version 5.0 View Issues here
Issue fork bootstrap_paragraphs-3439732
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 #2
stockfoot commentedAssigning this to myself to begin work on the issue, thanks!
Comment #4
stockfoot commentedI have completed fixing all the linting issues that were discovered by adding the gitlab-ci.yml file to the module.
I have also updated the variables in the gitlab-ci.yml file.
Moving to "Needs review" status and unassigning myself from the issue, thanks!
Comment #5
thejimbirch commentedComment #6
twills commentedLint issues seem to be resolved, but cspell is still throwing a warning.
Comment #7
stockfoot commentedIf you look at the cspell error, it flags 'Grey' and 'grey' repeatedly.
If you look at the variables section of the gitliab-ci.yml you can see the list of words that should be ignored.
Both 'Grey' and 'grey' are on the list but the linting continues to flag it.
I am unsure of why this is happening or exactly how to fix it
Comment #8
thejimbirch commentedGreat deduction!
Looks like someone in Drupal core is very opinionated that it should be gray not grey as it is added to the cspell
flagWordshttps://git.drupalcode.org/project/drupal/-/blob/11.x/core/.cspell.json?...
The cspell documentation for forbidden words states we can override that using
I will try to add that now.
Comment #9
thejimbirch commentedThat worked. There are still some minor issue that have been introduced, but we can address in follow ups.