Closed (fixed)
Project:
Config Distro
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2024 at 22:15 UTC
Updated:
11 Jul 2024 at 17:24 UTC
Jump to comment: Most recent
$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.
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
joegraduateComment #4
trackleft2Looks good to me! Arrr
Comment #6
joegraduateMerged. Thanks!