From e94377d711290b146139330f23da0741b3b5d1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=A9na=20Proxima?= <adam@phenaproxima.net> Date: Thu, 11 May 2023 08:54:21 -0400 Subject: [PATCH] Issue #3351895 follow-up by Wim Leers: Do not include Drush-related code in core merge request --- scripts/src/Converter.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/src/Converter.php b/scripts/src/Converter.php index 147349cbb3..6893dd55bb 100644 --- a/scripts/src/Converter.php +++ b/scripts/src/Converter.php @@ -97,6 +97,10 @@ class Converter { // https://drupal.org/i/3347937. 'scripts', 'dictionary.txt', + // Drupal core does not ship with any Drush commands. + 'drush.services.yml', + 'src/Commands/AutomaticUpdatesCommands.php', + 'src/DrushUpdateStage.php', ]; $removals = array_map(function ($path) use ($core_module_path) { return "$core_module_path/$path"; -- GitLab