I changed the YAML files basing on the ESLint errors reported by GitLab CI, thinking that the used .eslintrc file would not change the errors reported by ESLint. I then discovered that, removing that file, the reported errors were less.
If empty lines before comments in YAML files are not required by the default ESLint configuration used by GitLab, those empty lines need to be removed.
Issue fork examples-3459724
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
avpadernoComment #4
avpadernoThe GitLab CI pipeline has not reported any error about the empty lines before YAML comments I removed from some .yaml files as test.
I will remove all those empty lines, but I am postponing this issue to the other issues that would fix the left ESLint errors.
Comment #5
avpadernoComment #7
avpaderno