codeclimate / codeclimate-phpcodesniffer

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

Update WordPress Coding Standards to Version `0.13.1`. #63

Closed desrosj closed 6 years ago

desrosj commented 6 years ago

This pull updates the WordPress Coding Standards sniffs to the latest version, 0.13.0.

This version now supports PHP_CodeSniffer 3.* (see release notes). However, escapestudios/symfony2-coding-standard currently does not, so we can't update to the latest version PHP_CodeSniffer. It does appear to be in the works though.

desrosj commented 6 years ago

Updated the version constraint to 0.13.1.

This release only contains a fix for a fatal error when using PHPCS 3.x in combination with a specific configuration variable. Because of this, 0.13.0 should never run to avoid ever encountering this issue.

nporteschaikin commented 6 years ago

Hi @desrosj 👋 thanks for the pull request! I'm going to review this shortly and get back to you.

dblandin commented 6 years ago

@desrosj This should be available via the CLI and codeclimate.com now 👍