Skip to content

Commit

Permalink
codequality
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Sep 2, 2024
1 parent c5b0b52 commit 63373f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
__DIR__ . '/tests',
])
->withImportNames(importShortClasses: false)
->withCodeQualityLevel(80)
->withPreparedSets(
deadCode: true,
// codeQuality: true,
codeQuality: true,
// codingStyle: true,
typeDeclarations: true,
// privatization: true,
Expand Down

0 comments on commit 63373f7

Please sign in to comment.