codeclimate / codeclimate-phpcodesniffer

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

Update WordPress Coding Standards to 0.14.1 #71

Closed desrosj closed 5 years ago

desrosj commented 6 years ago

In version 0.14.1 of the WordPress coding standards, a bug was fixed that could inadvertently trigger class autoloading of the project being sniffed and by extension could cause fatal errors during the PHPCS run.

Since this is a fatal error, we should bump the package minimum to prevent ever encountering it.

dblandin commented 5 years ago

Thanks @desrosj!

A newer version of WPCS is available so I think we'll jump straight to that: https://github.com/codeclimate/codeclimate-phpcodesniffer/pull/73