List rules/rectors that were executed #7164
-
|
I'm using rector 0.12.23 with typo3-rector which provides pre-defined sets. One rule/rector is not applied, and I want to see if the rule is loaded at all in the set. I would have thought that How can I quickly find out which rules have been loaded, without inspecting the source code of the set and drilling down deeper into the files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi, we've added rule + file debug output in the latest |
Beta Was this translation helpful? Give feedback.
Hi, we've added rule + file debug output in the latest
dev-mainwhen you run it with--debugoption.Try that on single file. That should give you the full list of run rules.