From 269a599744e9237a822ed3dd0363f2aa4b8e0826 Mon Sep 17 00:00:00 2001 From: reece-oliver <86718850+reece-oliver@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:47:03 +0000 Subject: [PATCH] Don't blacklist internal/symfony (#5050) Don't blacklist internal/symfony as its used by the yaml dumper --- box.json.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/box.json.dist b/box.json.dist index 90482f2adf..d8244370f3 100644 --- a/box.json.dist +++ b/box.json.dist @@ -6,7 +6,6 @@ "directories": ["commands", "includes", "lib", "src", "misc"], "blacklist": [ "windrush_build/", - "Internal/Symfony/", "TestTraits/" ], "files": ["drush.complete.sh", "drush.info", "drush.launcher", "drush.php"],