Skip to content

Commit 5517acd

Browse files
authored
Disable rector on tests (#340)
1 parent 155a53d commit 5517acd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
return static function (RectorConfig $rectorConfig): void {
1313
$rectorConfig->paths([
1414
__DIR__ . '/src',
15-
__DIR__ . '/tests',
15+
/** Disable rector on tests */
16+
// __DIR__ . '/tests',
1617
]);
1718

1819
// register a single rule

0 commit comments

Comments
 (0)