chore: add rector process --dry-run to composer analyze

This commit is contained in:
kenjis 2022-08-29 10:32:27 +09:00
parent d51d4e9f1f
commit 2e3dd46d42
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -70,7 +70,10 @@
"CodeIgniter\\ComposerScripts::postUpdate",
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
],
"analyze": "phpstan analyse",
"analyze": [
"phpstan analyze",
"rector process --dry-run"
],
"test": "phpunit",
"cs": [
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",