Skip to content

Commit 0276d89

Browse files
committed
chore: skip the specific rule
See #7904 (comment)
1 parent f75e33d commit 0276d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
// is there a file you need to skip?
7373
$rectorConfig->skip([
7474
__DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php',
75-
__DIR__ . '/system/Test/ControllerResponse.php',
7675
__DIR__ . '/system/ThirdParty',
7776
__DIR__ . '/tests/system/Config/fixtures',
7877
__DIR__ . '/tests/system/Filters/fixtures',
@@ -89,6 +88,8 @@
8988
ConstructClassMethodToSetUpTestCaseRector::class => [
9089
// breaks the constructor
9190
__DIR__ . '/system/Test/TestResponse.php',
91+
// See https://github.com/rectorphp/rector/issues/8188
92+
__DIR__ . '/system/Test/ControllerResponse.php',
9293
],
9394

9495
RemoveUnusedConstructorParamRector::class => [

0 commit comments

Comments
 (0)