fix rector test by skipping Application paths

This commit is contained in:
Dennis Eichhorn 2023-09-30 13:38:12 +00:00
parent 6fc764bb49
commit 365f52d624

View File

@ -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,