How come there is no sniff for #phpcs that enforces $snake_case variables. By whatever reason it is, I need this and I can't find how to do it...
@djumaka Looks like WordPress CS have a phpcs sniff for that. https://github.com/WordPress/WordPress-Coding-Standards
GitHub - WordPress/WordPress-Coding-Standards: PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions

PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions - WordPress/WordPress-Coding-Standards

GitHub
@mauriciofauth I read that, actually. I wanted to avoid adding it all for one rule... I was hoping to have a smarter way... (smarter, read "lazier" :) )