From 200c275294f08b549e449bb99ed4412d7f8d69e1 Mon Sep 17 00:00:00 2001
From: catch <6915-catch@users.noreply.drupalcode.org>
Date: Tue, 4 Mar 2025 13:22:49 +0000
Subject: [PATCH 1/2] Try no-progress.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb1d112b2f00..36b011a469c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,7 +141,7 @@ default:
   - cd core
   - corepack enable
   - yarn install
-  - yarn run spellcheck:core --no-must-find-files --cache --cache-strategy content
+  - yarn run spellcheck:core --no-progress --no-must-find-files --cache --cache-strategy content
 ################
 # Stages
 #
-- 
GitLab


From 7ba3d6e5739345cc31e4a429977d8d92ece9f733 Mon Sep 17 00:00:00 2001
From: nicxvan <29861-nicxvan@users.noreply.drupalcode.org>
Date: Tue, 4 Mar 2025 14:50:45 +0000
Subject: [PATCH 2/2] Spelling error.

---
 core/lib/Drupal/Core/Extension/ModuleHandler.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/lib/Drupal/Core/Extension/ModuleHandler.php b/core/lib/Drupal/Core/Extension/ModuleHandler.php
index cf42c65deeff..bdd7aa832f07 100644
--- a/core/lib/Drupal/Core/Extension/ModuleHandler.php
+++ b/core/lib/Drupal/Core/Extension/ModuleHandler.php
@@ -179,6 +179,8 @@ public function addProfile($name, $path) {
   /**
    * Adds a module or profile to the list of currently active modules.
    *
+   * Spaggedddo on purpose spelling error.
+   *
    * @param string $type
    *   The extension type; either 'module' or 'profile'.
    * @param string $name
-- 
GitLab