You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,10 @@ predefined rulesets. Rector can be highly opinionated based on its configuration
143
143
so be sure to read the documentation and figure out the best fit for you. This workflow performs
144
144
a "dry run" to check for any changes that Rector would have made and fail if there are matches.
145
145
146
-
> Note: Rector updates rules all the time so you may want to lock your repo to the latest known working version of Rector to prevent unexpected failures
147
-
> E.g. in **Template/.github/workflows/rector.yml** supply the specific minor patch: `composer global require --dev rector/rector:0.12.16`
146
+
> Note: Rector updates rules all the time, so you may want to lock your repo to
147
+
> the latest known working version of Rector to prevent unexpected failures.
148
+
> Using pinned version in `composer.json` and update it with dependabot is the
0 commit comments