-
-
Notifications
You must be signed in to change notification settings - Fork 743
Closed
Labels
Description
Bug Report
Errors are only partially fixed and require x reruns to auto-fix everything.
| Subject | Details |
|---|---|
| Rector version | e.g. v0.14 |
I know I can just loop over it myself in CI until no more fixable issues.
However it would be great if rector, like e.g. phpcbf, would internally re-run until:
- no more fixable changes
- no changes applied anymore (despite fixable) - not sure if this scenario exists in rector (it does in phpcbf, where rules conflict and undo/revert it eachother)
- limit of X runs reached (I think phpcbf has a limit of 50)
Reactions are currently unavailable