Skip to content

Commit

Permalink
Tweak rules for current state
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Aug 29, 2023
1 parent fc204e8 commit 4c4202b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
]);

$rectorConfig->sets([
LevelSetList::UP_TO_PHP_82,
SetList::CODE_QUALITY,
// LevelSetList::UP_TO_PHP_82,
// SetList::CODE_QUALITY,
SetList::DEAD_CODE,
SetList::EARLY_RETURN,
SetList::TYPE_DECLARATION,
]);
};

0 comments on commit 4c4202b

Please sign in to comment.