Robotics StackExchange | Archived questions

roslint doesn't seem to mind CamelCased function names

According to the ROS C++ style guide, function names should be camelCased (lower-case first letter), not CamelCased (capital-case first letter). However, roslint doesn't seem to complain about CamelCased function names. Is there a property I should manually set() for that?

Update: Actually, it doesn't complain even if a function name is under_scored

Asked by spmaniato on 2016-10-28 12:31:07 UTC

Comments

Might be something to report over at ros/roslint/issues.

Asked by gvdhoorn on 2016-10-29 04:03:13 UTC

Sounds good. I opened an issue: https://github.com/ros/roslint/issues/55

Asked by spmaniato on 2016-10-29 10:48:38 UTC

Answers