roslint doesn't seem to mind CamelCased function names

asked 2016-10-28 12:31:07 -0500

spmaniato gravatar image

updated 2016-10-28 17:40:30 -0500

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

edit retag flag offensive close merge delete

Comments

1

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

gvdhoorn gravatar image gvdhoorn  ( 2016-10-29 04:03:13 -0500 )edit

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

spmaniato gravatar image spmaniato  ( 2016-10-29 10:48:38 -0500 )edit