From d66506bad96c1d523cdb023979eae2fe0135d350 Mon Sep 17 00:00:00 2001 From: iamdadmin Date: Wed, 11 Mar 2026 19:25:47 +0000 Subject: [PATCH] chore: exclude rector in mago.toml due to clash causing false positives --- mago.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mago.toml b/mago.toml index 582de0a9a..2dd509090 100644 --- a/mago.toml +++ b/mago.toml @@ -14,6 +14,7 @@ excludes = [ "**/*.input.php", "**/*.expected.php", "**/.tempest", + "./vendor/rector", #see https://github.com/carthage-software/mago/issues/1237 rector clashes and throws errors in tests ] [formatter]