Closed mattwiebe closed 4 months ago
I'm happy to ditch the changes to phpcs.dist.xml
since it's failing the CS test with a bunch of warnings, or we could adjust the reporting to errors only
I fixed a bunch of warnings.
Thank you very much! I fixed a bunch of warnings, I had already started a similar effort in #156.
I used
phpcs:ignore
perhaps a little too liberally, and phpcs may be annoying now with the full WP ruleset, but we can't ship to dotcom without some lint fixes.I'm going to try to find a way to bypass lint for
vendor/bshaffer/oauth2-server-php
on wpcom though, because its code style is so radically different, although I did see indication that it's not receiving updates anyway?