Skip to content

Commit 2e3dd46

Browse files
committed
chore: add rector process --dry-run to composer analyze
1 parent d51d4e9 commit 2e3dd46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
"CodeIgniter\\ComposerScripts::postUpdate",
7171
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
7272
],
73-
"analyze": "phpstan analyse",
73+
"analyze": [
74+
"phpstan analyze",
75+
"rector process --dry-run"
76+
],
7477
"test": "phpunit",
7578
"cs": [
7679
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",

0 commit comments

Comments
 (0)