From 7f7eb75bfa0ae8c956089b32c29a77121596fb58 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sat, 6 Apr 2024 12:53:16 +0700 Subject: [PATCH] Disable Rector for tests --- rector.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rector.php b/rector.php index c80d86e9..7e1860ee 100644 --- a/rector.php +++ b/rector.php @@ -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