-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excessive indentation in wrapped throw statement
#173
Comments
The package |
@dirk-thomas Please reopen. It doesn't seem to be a problem affecting uncrustify out of the box. I think it's a misconfiguration in |
Ok, please double check the currently used configuration then: https://github.com/ament/ament_lint/blob/21ffe80245cc23ca13faa575c420f915c0e316f3/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg |
@dirk-thomas, I was very nearly convinced I was wrong about this, but I turned out to be mistaken :-) |
ament_uncrustify
causes line continuations in throw statement to indent to 8 spaces instead of the 2 spaces recommended by the developer guide:e.g.:
https://github.com/ros2/rclcpp/blob/9be3e08cd4d04193fb76cb6dd8f5db11d7199e2f/rclcpp/src/rclcpp/node_interfaces/node_parameters.cpp#L438-L441
The text was updated successfully, but these errors were encountered: