Code style checking, specifically naming convention
Is there a ROS tool that enforces the ROS coding style and in particular the naming conventions?
I am currently using roslint, but it doesn't seem to be checking the variable/class/method naming conventions.
<edit> I would like a tool that catches/fixes naming issues (those that don't adhere to a style). Currently, I catch these issues at code review time, but it would be better if developers had a tool to catch/fix these mistakes themselves.