We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155a53d commit 5517acdCopy full SHA for 5517acd
1 file changed
rector.php
@@ -12,7 +12,8 @@
12
return static function (RectorConfig $rectorConfig): void {
13
$rectorConfig->paths([
14
__DIR__ . '/src',
15
- __DIR__ . '/tests',
+ /** Disable rector on tests */
16
+ // __DIR__ . '/tests',
17
]);
18
19
// register a single rule
0 commit comments