Skip to content

Commit

Permalink
Disable Rector for ./tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Mar 30, 2024
1 parent 8d02a60 commit d5c39fe
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 d5c39fe

Please sign in to comment.