-
Notifications
You must be signed in to change notification settings - Fork 9.4k
CS: reapply fixers #12192
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
CS: reapply fixers #12192
Conversation
|
Hi @keradus, glad to see you again! Back to the #10770 (comment), are you going to contribute a mechanism enforcing these rules? Without such mechanism applying coding style fixes does not make a lot of sense. I don't think wrapping it as PHPUnit-based test is the only option, so, if you see a better approach which can work fine with Travis+Bamboo+Jenkins, please share some thoughts. |
Hi ;) Thank you for warm welcome! I would suggest to integrate it with one (no need for multiple) CI service that is there. I could send a PR to implement it into Travis. Totally outside of phpunit. But for that, let us first fix current violations. |
Unassigning from myself for now, I'm quite interested in such cleanup and enforcing it with test (probably list of rules should be revised before apply). Just that I need to round out a bunch of other PRs. Will raise a maintainers discussion on appropriate implementation approach after this if nobody do it before. |
OK, thanks for info. |
I think all is good from your side, approach upon merging such changes should be agreed first, I did an unsuccessful attempt of reapply in scope of #9367 (comment) earlier. |
@keradus Unfortunately we can not accept such big amount of changes in a single PR as it requires manual review of 4300+ files, which is nearly impossible. |
Hi !
I wanted to do sth with repo, and then executed boundled PHP CS Fixer config. Yet, it crashes on a lot of violation. So let me extract the CS changes to initial PR from my side containing only them.
Probably it would be good to add PHP CS Fixer integration into Travis later (I could help with it if it would be wanted).
This PR is only automated result of "php-cs-fixer fix .` using config file