From 041cf280bbf321cdb5966b85a2e8cca1e494e30e Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 26 Aug 2020 00:42:26 +0100 Subject: [PATCH] =?UTF-8?q?Issue=20#3164652=20by=20jungle,=20quietone,=20l?= =?UTF-8?q?ongwave:=20Update=20modules/migrate/src/Plugin/migrate/process/?= =?UTF-8?q?Substr.php=20to=20remove=20"sk=C5=82odowska"=20from=20misc/cspe?= =?UTF-8?q?ll/dictionary.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/misc/cspell/dictionary.txt | 1 - core/modules/migrate/src/Plugin/migrate/process/Substr.php | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index 961d51258541..6fb841979dd4 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -1559,7 +1559,6 @@ sivun skiptags skos skynet -skłodowska slackjaw slashentry slashrendererentry diff --git a/core/modules/migrate/src/Plugin/migrate/process/Substr.php b/core/modules/migrate/src/Plugin/migrate/process/Substr.php index bab01a6a04da..aea79121cd30 100644 --- a/core/modules/migrate/src/Plugin/migrate/process/Substr.php +++ b/core/modules/migrate/src/Plugin/migrate/process/Substr.php @@ -7,6 +7,8 @@ use Drupal\migrate\Row; use Drupal\migrate\MigrateException; +// cspell:ignore skłodowska + /** * Returns a substring of the input value. * -- GitLab