Skip to content

Commit

Permalink
chore: make Rector run in dry-mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-s committed Dec 20, 2024
1 parent 181a5f0 commit 32bf466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"scripts": {
"phpstan": "./vendor/bin/phpstan analyse --memory-limit 2G --configuration phpstan.neon src test",
"phpunit": "./vendor/bin/phpunit --log-junit ./build/logs/junit.xml test",
"rector": "./vendor/bin/rector --no-ansi --no-progress-bar",
"rector": "./vendor/bin/rector --dry-run --no-ansi --no-progress-bar",
"rector-no-dry-run": "./vendor/bin/rector --no-ansi --no-progress-bar",
"tests_prepare": "./bin/prepare_tests.sh",
"tests_run": "./bin/run_tests.sh"
}
Expand Down

0 comments on commit 32bf466

Please sign in to comment.