Skip to content

Commit

Permalink
code quality 59
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jul 17, 2024
1 parent 89d8fd8 commit c66da63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
->withRules([
// AddOverrideAttributeToOverriddenMethodsRector::class
])
->withCodeQualityLevel(57)
->withCodeQualityLevel(59)
->withSkip([
SimplifyUselessVariableRector::class => [
// used for demo
Expand All @@ -60,6 +60,9 @@
__DIR__ . '/tests/src/App/Entity/*',
],

// potential cognitive burden
FlipTypeControlToUseExclusiveTypeRector::class,

// FlipTypeControlToUseExclusiveTypeRector::class,
// RemoveDeadTryCatchRector::class,
]);

0 comments on commit c66da63

Please sign in to comment.