mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-12 17:18:40 +00:00
fix rector test by skipping Application paths
This commit is contained in:
parent
6fc764bb49
commit
365f52d624
|
|
@ -66,8 +66,7 @@ return static function (RectorConfig $rectorConfig) : void {
|
||||||
$base . '/Resources',
|
$base . '/Resources',
|
||||||
$base . '/Tools',
|
$base . '/Tools',
|
||||||
$base . '/cssOMS',
|
$base . '/cssOMS',
|
||||||
$base . '/Admin/Install/Application',
|
'*/Admin/Install/Application',
|
||||||
$base . '/Modules/**/Admin/Install/Application',
|
|
||||||
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
SimplifyEmptyCheckOnEmptyArrayRector::class,
|
||||||
FlipTypeControlToUseExclusiveTypeRector::class,
|
FlipTypeControlToUseExclusiveTypeRector::class,
|
||||||
UnusedForeachValueToArrayKeysRector::class,
|
UnusedForeachValueToArrayKeysRector::class,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user