WPTT / WPThemeReview

PHP_CodeSniffer rules (sniffs) to enforce WordPress theme review coding conventions
MIT License
208 stars 38 forks source link

Update to use WPCS 1.2.0 #190

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

WPCS 1.2.0 has just been released: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.2.0

As it is important that themes which use namespaces, prefix those namespaces with a theme specific prefix, I suggest upping the minium WPCS version to 1.2.0, which includes a check for that.