diff --git a/scripts/src/Converter.php b/scripts/src/Converter.php index 147349cbb3d544c21fa3ca08e0d29b2d673025c8..6893dd55bb51107ec0dfb252d93643db7088709d 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";