Skip to content

Commit

Permalink
Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 2, 2023
1 parent b6d1c16 commit 801013a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
]);

$rectorConfig->skip([
# see https://github.com/rectorphp/rector/issues/7699
CodeQuality\FuncCall\ArrayKeysAndInArrayToArrayKeyExistsRector ::class => [
__DIR__ . '/app/code/core/Mage/Catalog/Model/Resource/Product/Collection.php',
],
CodeQuality\Array_\CallableThisArrayToAnonymousFunctionRector::class,
CodeQuality\Assign\CombinedAssignRector::class,
CodeQuality\BooleanAnd\SimplifyEmptyArrayCheckRector::class,
Expand Down

0 comments on commit 801013a

Please sign in to comment.