diff --git a/scripts/src/ConverterCommand.php b/scripts/src/ConverterCommand.php
index 0dc93f2e3277f0fa351e432b12c5ac42342bb428..eb00fe9915e65dc79808d7094f10828358fd6e55 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";