From 59a42c840a8c212a1279a9580f2f0d7346f857aa Mon Sep 17 00:00:00 2001 From: Matthias Vogel <m.vogel@andersundsehr.com> Date: Tue, 23 May 2023 15:00:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20include=20html=20files=20for=20rect?= =?UTF-8?q?or=20changes=20in=20TYPO3=20context=20(#61)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index 2da6bd0..9974cf7 100644 --- a/rector.php +++ b/rector.php @@ -14,7 +14,7 @@ $rectorConfig->cacheDirectory('./var/cache/rector'); $rectorConfig->paths( - array_filter(explode("\n", (string)shell_exec("git ls-files | xargs ls -d 2>/dev/null | grep '\.php$'"))) + array_filter(explode("\n", (string)shell_exec("git ls-files | xargs ls -d 2>/dev/null | grep -E '\.(php|html)$'"))) ); // define sets of rules