10up / 10up-code-review

Custom PHP_CodeSniffer rules to help flag common issues during code review
43 stars 5 forks source link

Exclude the WordPress.Classes.ValidClassName.NotCamelCaps rule #6

Closed stevegrunwell closed 7 years ago

stevegrunwell commented 7 years ago

Found this while reviewing Admin Post Navigation:

Class name "c2c_AdminPostNavigation" is not in camel caps format

When reviewing third-party code, this is hardly worth throwing an error over.