I started using the PHP Code Sniffer extension for Eclipse (Kepler SR1 Build id: 20130919-0819) but I'm running in an usability issue. Due to the way code sniffer works on eclipse, it marks a file that has an error with the same icon as file that has a PHP coding error. And same goes for warnings.
My problem is that, due to some things on the codebase I'm working on, we do have a lot of variables (that I can't change) that are not on camel case format, but have an underscore. Because of that, eclipse reports that almost every page on the project has a problem. You can check the assigned image for an example.
So, my question is, how do I disable the check for this SNIFF (Variable not in valid camel case)?