Closed BPScott closed 7 years ago
i'm willing to invest some time to make a phpcs v3 version, but i'm not entirely sure of the livelyness of this repo.
@djoos what are your intentions with this repo?
are you willing to transfer ownership / add some members to this repo to keep it in a more active state?
Hi guys,
there are some open issues - but the repo is definitely still alive ;-) We've had some issues and PRs flow through after #32 and definitely happy to merge in PRs quickly if they are concise.
It would be good to discuss adding additional members at some point though - and it would be great to get the open issues and PRs sorted/closed...
Hope this helps!
thanks @djoos, thats goo news! i'll try and prep a phpcs v3 compatible version somewhere in the next couple of weeks using the v.2.10.1 release as baseand we'll go from there...
@WickedOne, that sounds great!
Just a heads up: please try to keep the changes atomic by just implementing the phpcs v3 compatibility. I'm happy to get other things that might pop up merged in via additional PRs though!
Thanks in advance! David
@djoos: no worries, i won't try to sneak in new or altered sniffs :-) reading the upgrade guide, v3 looks like a fairly simple refactor
PHPCS 3.0 was released the other day 🎉 however it breaks backwards compatibility with all custom sniffs. There is an upgrade guide to move from 2.x to 3.x.
In order for people to migrate to PHPCS3 all existing sniffs shall need to be migrated.