From 365f52d624dc059412a4f33b4fbb43f293f20087 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 30 Sep 2023 13:38:12 +0000 Subject: [PATCH] fix rector test by skipping Application paths --- Config/rector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Config/rector.php b/Config/rector.php index 2c04b78..4cb28db 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -66,8 +66,7 @@ return static function (RectorConfig $rectorConfig) : void { $base . '/Resources', $base . '/Tools', $base . '/cssOMS', - $base . '/Admin/Install/Application', - $base . '/Modules/**/Admin/Install/Application', + '*/Admin/Install/Application', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,