codeclimate / codeclimate-phpcodesniffer

Code Climate Engine for PHP Code Sniffer
MIT License
28 stars 23 forks source link

WordPress Coding Standards 0.10.0 #43

Closed soderlind closed 7 years ago

soderlind commented 8 years ago

Just released: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/0.10.0

How do I update the engine ?

dblandin commented 7 years ago

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 7 years ago

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 7 years ago

Excellent, thanks !