Undocumented
Function |
|
Complete replacement for cpplint.CheckBraces, since the brace rules for ROS C++ Style are completely different from the Google style guide ones. |
Function |
|
Look for empty loop/conditional body with only a single semicolon, but allow ros-style do while loops. |
Function |
|
Run the function to get include state, but suppress all the errors, since ROS C++ Style is silent on include order, and contains no prohibition on use of streams. |
Function |
|
Do most of the original Spacing checks, but suppress the ones related to braces, since the ROS C++ Style rules are different. |
Function |
|
Replacement for the function which determines the header guard variable, to pick one which matches ROS C++ Style. |
Function | make |
Create a return a wrapped version of the error-report function which suppresses specific error categories. |
Function | patch |
Decorator to easily allow wrapping/overriding of the Check* functions in cpplint. Should decorate a function which matches the signature of the function it replaces expect with the addition of a fn parameter, which is a pass-through of the replaced function, in case the replacement would like call through to the original functionality. |
Function |
|
Squelch the error about access control indents. |
Complete replacement for cpplint.CheckBraces, since the brace rules for ROS C++ Style are completely different from the Google style guide ones.
Look for empty loop/conditional body with only a single semicolon, but allow ros-style do while loops.
Run the function to get include state, but suppress all the errors, since ROS C++ Style is silent on include order, and contains no prohibition on use of streams.
Do most of the original Spacing checks, but suppress the ones related to braces, since the ROS C++ Style rules are different.
Replacement for the function which determines the header guard variable, to pick one which matches ROS C++ Style.
Create a return a wrapped version of the error-report function which suppresses specific error categories.
Decorator to easily allow wrapping/overriding of the Check* functions in cpplint. Should decorate a function which matches the signature of the function it replaces expect with the addition of a fn parameter, which is a pass-through of the replaced function, in case the replacement would like call through to the original functionality.