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/ConfigDistroFilterInterface.php:11:19     - Unknown word (specialised) -- * or allow for a specialised workflow that is outside
	 Suggestions: [specialized, specialism, specialist, specialize, specialisms]
./tests/modules/config_distro_test/src/Plugin/ConfigFilter/PirateFilter.php:8:40      - Unknown word (Arrr)       -- pirate filter that adds "Arrr" to the site name.
	 Suggestions: [Rarr, rArr, Arr, Rar, Rara]
./tests/modules/config_distro_test/src/Plugin/ConfigFilter/PirateFilter.php:12:29     - Unknown word (Arrr)       -- label = "More pirates! Arrr",
	 Suggestions: [Rarr, rArr, Arr, Rar, Rara]
./tests/modules/config_distro_test/src/Plugin/ConfigFilter/PirateFilter.php:24:41     - Unknown word (Arrr)       -- = $data['name'] . ' Arrr';
	 Suggestions: [Rarr, rArr, Arr, Rar, Rara]
CSpell: Files checked: 33, Issues found: 4 in 2 files.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

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

joegraduate created an issue. See original summary.

joegraduate’s picture

Assigned: joegraduate » Unassigned
Status: Active » Needs review
trackleft2’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me! Arrr

  • joegraduate committed 56e2b905 on 2.0.x
    Issue #3457450 by joegraduate, trackleft2: GitLabCI: Fix existing CSpell...
joegraduate’s picture

Status: Reviewed & tested by the community » Fixed

Merged. Thanks!

Status: Fixed » Closed (fixed)

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