Automattic / VIP-Coding-Standards

PHP_CodeSniffer ruleset to enforce WordPress VIP coding standards.
https://wpvip.com/documentation/how-to-install-php-code-sniffer-for-wordpress-com-vip/
Other
237 stars 40 forks source link

Open wpcs composer dependency to allow vsprint fixed tag #730

Closed christianc1 closed 2 years ago

christianc1 commented 2 years ago

Related to #727 , I think this change should allow a project to use https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.3.0-fix-vsprintf without also pulling the unrelated (and possibly breaking) changes from wpcs@develop.

jrfnl commented 2 years ago

The 2.3.0-fix-vsprintf tag already includes breaking changes, so I don't think this is the best of ideas.

christianc1 commented 2 years ago

I see. Oh well, appreciate the context @jrfnl.