WordPress Coding Standards 0.10.0
Closed this issue · 3 comments
soderlind commented
Just released: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/0.10.0
How do I update the engine ?
dblandin commented
Hey @soderlind,
You can bump the WPCS version number in the Composer file here and update the composer.lock file.
There is also a check -> remediation point mapping in the Sniffs.php file here if the update introduces new checks.
Once that's merged, I can push out a new engine release.
dblandin commented
Hey @soderlind,
I just released an update to this engine which includes a version bump of the WP-Coding-Standards package to v0.10.0.
Thanks for the nudge on this!
soderlind commented
Excellent, thanks !