Problem/Motivation
There are warning in the respective pipeline which we can fix:
- cspell: https://git.drupalcode.org/project/acquia_optimize/-/jobs/5766702
- eslint: https://git.drupalcode.org/project/acquia_optimize/-/jobs/5766701
- phpcs: https://git.drupalcode.org/project/acquia_optimize/-/jobs/5766697
- stylelint: https://git.drupalcode.org/project/acquia_optimize/-/jobs/5766700
Proposed resolution
Make the validate pipeline green
We can skip eslint pipeline to avoid any regression
phpcs and stylelint pipeline is covered with https://www.drupal.org/project/acquia_optimize/issues/3538217 (As per the restructure)
cspell pipeline should also be handled as per restructure issue#3538217
Issue fork acquia_optimize-3536086
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:
- 3536086-fix-linting
changes, plain diff MR !15
- 3536086-fix-validate-pipeline
changes, plain diff MR !13
Comments
Comment #2
danrodComment #4
danrodThe list of ESLINT issues is HUGE, are we sure we want to fix this? I'm afraid to break the module: https://git.drupalcode.org/issue/acquia_optimize-3536086/-/jobs/5897568/...
any thoughts? @ankitv18
Comment #5
danrodThere's some issues with the GilabCI pipelines:
But all issues are fixed except for the ESLINT and STYLELINT because it's a HUGE list and I don't have a lot time for fixing these.
I'll leave to "Needs Work" and perhaps I'll find some time later. @ankitv18
Comment #6
danrodComment #7
danrodComment #10
ankitv18 commentedComment #11
danrodThanks a lot for fixing the ESLINT and STYLEINT issues, @ankitv18
Comment #14
vishalkhode commented