GitLabCI: Fix existing CSpell and ESlint issues

Created on 26 June 2024, 10 months ago
Updated 10 July 2024, 10 months ago

Problem/Motivation

$ $CI_PROJECT_DIR/$_WEB_ROOT/core/node_modules/.bin/cspell -c .cspell.json --show-suggestions --show-context --no-progress $_CSPELL_EXTRA $CSPELL_SEARCH || EXIT_CODE=$?
./src/Plugin/ConfigProvider/ConfigProviderInstall.php:30:24     - Unknown word (aready)     -- // The caller will aready have loaded config for
	 Suggestions: [arcady, already, Arcady, ready, Ready]
CSpell: Files checked: 20, Issues found: 1 in 1 file.
$ $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/config_provider/web/modules/custom/config_provider/config_provider.info.yml
  7:1  error  Expected indentation of 2 spaces but found 1 spaces  yml/indent
βœ– 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States joegraduate Arizona, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024