Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to select the fixers we want to run #31

Open
stof opened this issue Jul 27, 2016 · 3 comments
Open

Add possibility to select the fixers we want to run #31

stof opened this issue Jul 27, 2016 · 3 comments

Comments

@stof
Copy link

stof commented Jul 27, 2016

This tool does not allow disabling some fixers. This makes it harder to use. For instance, FormGetnameToGetblockprefixFixer must run only after you replace all usages of your type names by class names when adding fields. As you tool is only able to upgrade core form types, it means it leaves the project in a broken state by default.

@umpirsky
Copy link
Owner

Yes, I know. The idea was to make this work before v1.0, unfortunately I did not have enough time to dedicate to the project.

For the time being, I'm just trying to review and merge PRs.

Thanks!

@stof
Copy link
Author

stof commented Jul 27, 2016

Well, the infrastructure is based on php-cs-fixer. And this tool has the --fixers option in its command-line. The work would be to port this feature too

@umpirsky
Copy link
Owner

umpirsky commented Jul 27, 2016

Yes. Also nice addition would be #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants