Skip to content

Commit

Permalink
Disable rector on tests (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored May 22, 2024
1 parent 155a53d commit 5517acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths([
__DIR__ . '/src',
__DIR__ . '/tests',
/** Disable rector on tests */
// __DIR__ . '/tests',
]);

// register a single rule
Expand Down

0 comments on commit 5517acd

Please sign in to comment.