From 6f112ef3ddb6668aec797433d00fe0439cbb33cd Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Wed, 27 Mar 2024 10:18:35 -0400
Subject: [PATCH] remove from core version

---
 scripts/src/ConverterCommand.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/src/ConverterCommand.php b/scripts/src/ConverterCommand.php
index 0dc93f2e32..eb00fe9915 100644
--- a/scripts/src/ConverterCommand.php
+++ b/scripts/src/ConverterCommand.php
@@ -311,6 +311,8 @@ class ConverterCommand extends Command {
       //   https://drupal.org/i/3347937.
       'scripts',
       'dictionary.txt',
+      // @todo Remove in https://www.drupal.org/i/3432496.
+      'src/Validator/ConsoleUserValidator.php',
     ];
     $removals = array_map(function ($path) use ($core_module_path) {
       return "$core_module_path/$path";
-- 
GitLab