Skip to content

Commit 4d0c8c6

Browse files
committed
ci(release): update rector.php configuration
- Comment out AddSeeTestAnnotationRector and ChangeAndIfToEarlyReturnRector - Skip StaticClosureRector by commenting out its configuration
1 parent 5603009 commit 4d0c8c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

rector.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
]);
8585

8686
$rectorConfig->skip([
87-
AddSeeTestAnnotationRector::class,
88-
ChangeAndIfToEarlyReturnRector::class,
87+
// AddSeeTestAnnotationRector::class,
88+
// ChangeAndIfToEarlyReturnRector::class,
8989
DowngradeArrayFilterNullableCallbackRector::class,
9090
EncapsedStringsToSprintfRector::class,
9191
ExplicitBoolCompareRector::class,
@@ -106,9 +106,9 @@
106106
__DIR__.'/src/Foundation/Authenticators/AggregateAuthenticator.php',
107107
__DIR__.'/src/Foundation/Exceptions/RequestException.php',
108108
],
109-
StaticClosureRector::class => [
110-
__DIR__.'/tests',
111-
],
109+
// StaticClosureRector::class => [
110+
// __DIR__.'/tests',
111+
// ],
112112
StringToClassConstantRector::class => [
113113
__DIR__.'/src/Foundation/Rfc',
114114
__DIR__.'/src/*/Messages/*.php',

0 commit comments

Comments
 (0)