-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add message fixture for DynamicArrayStaticArrayPrimitivesNested #45
Conversation
Warnings are from flake8, fixed by ros2/rmw_connext#305. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit to fix, but I'll approve anyway.
std::vector<test_msgs::msg::StaticArrayPrimitives::SharedPtr> primitive_msgs = | ||
get_messages_static_array_primitives(); | ||
for (size_t i = 0; i < primitive_msgs.size(); ++i) | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm somewhat surprised the linters didn't pick this up, but our usual style is curly braces on the same line as the for
statement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were no lint tests enabled for this package. I've enabled the linter and fixed issues.
👍 |
…/rcl_interfaces#45) * Add message fixture for test_msgs/DynamicArrayStaticArrayPrimitivesNested * Add lint test to test_msgs and fix linter issues
Connects to
This resolves CI failures introduced by #43.
CI: