I started using the PHP Code Sniffer extension for Eclipse (Kepler SR1 Build id: 20130919-0819), but I have a usability problem. Due to how the code sniffer works in eclipse, it marks a file with an error with the same icon as a file with a PHP encoding error. The same goes for warnings.
My problem is that due to some things on the code base I'm working on, we have many variables (which I cannot change) that are not in camel format but have an underscore. Because of this, eclipse reports that almost every page of the project has problems. You can check the assigned image for an example.
So my question is: how do I turn off the verification of this SNIFF (the variable is not in the actual case of a camel)?
