Problem/Motivation

With having the pipelines running, we can now see and fix errors and warnings.

*****************************************************************************************************************************
These are the current ESLint errors and warnings 
*****************************************************************************************************************************
$ $CI_PROJECT_DIR/$_WEB_ROOT/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=$CI_PROJECT_DIR/$_WEB_ROOT/core --ext=.js,.yml $_ESLINT_EXTRA . || true
/builds/project/lb_aos/web/modules/custom/lb_aos/lb_aos.services.yml
  6:1  error  Expected indentation of 6 spaces but found 4 spaces  yml/indent
✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

Steps to reproduce

See https://git.drupalcode.org/project/lb_aos/-/jobs/6842147

Proposed resolution

Fix the issues

Remaining tasks

Create and merge MR

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Issue fork lb_aos-3551430

Command icon 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

tim-diels created an issue. See original summary.

tim-diels’s picture

Assigned: tim-diels » Unassigned
Status: Active » Needs review

  • tim-diels committed 50b66d1f on 1.0.x
    [#3551430] feat: Fix ESLint errors and warnings
    
    By: tim-diels
    
tim-diels’s picture

Status: Needs review » Fixed

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.