From 4f1218c5453fdf8f6ce082f1462291dd1991fbae Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sat, 12 Sep 2026 20:58:49 +0700 Subject: [PATCH] chore: Skip structarmed-baseline.php on rector config --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index e852257d8129..5b4c50db1c66 100644 --- a/rector.php +++ b/rector.php @@ -76,6 +76,7 @@ ]) // is there a file you need to skip? ->withSkip([ + __DIR__ . '/structarmed-baseline.php', __DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php', __DIR__ . '/system/ThirdParty', __DIR__ . '/tests/system/Config/fixtures',