Skip to content

Commit

Permalink
[TASK] Run rector only on changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Nov 16, 2020
1 parent f2dfe42 commit d466f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"analyze": "vendor/bin/phpstan analyse --memory-limit=-1 --ansi --error-format symplify",
"test": "vendor/bin/phpunit",
"docs": "vendor/bin/rector dump-rectors src/Rector --output-file docs/all_rectors_overview.md --ansi",
"rector": "vendor/bin/rector rectify --dry-run --ansi",
"rector": "vendor/bin/rector rectify --dry-run --ansi --match-git-diff",
"fix-rector": "vendor/bin/rector rectify --ansi"
},
"scripts-descriptions": {
Expand Down

0 comments on commit d466f04

Please sign in to comment.