Skip to content

Commit

Permalink
Disable Rector for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Apr 6, 2024
1 parent 94211e8 commit 7f7eb75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths([
__DIR__ . '/src',
__DIR__ . '/tests',
/**
* Disabled ./tests directory due to different branches with main package when testing
*/
// __DIR__ . '/tests',
]);

// register a single rule
Expand Down

0 comments on commit 7f7eb75

Please sign in to comment.