-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix cpplint build/include_order errors #53
Fix cpplint build/include_order errors #53
Conversation
Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
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 thing I think we should fix, then this looks good to me (after CI is run).
Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
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.
Looks good to me with CI run!
This change heavily reduced the warnings; in 62 we had 2 CMake warnings, 30 gcc warnings, 2 clang-tidy warnings, and 38 test failures. After this PR, in 63, we had 2 CMake warnings, 30 gcc warnings, 2 clang-tidy warnings, and 0 test failures. So this looks like a success. I'm going to go ahead and merge it. |
* Fix cpplint build/include_order errors * Fix uncrustify parenthesis Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
* Fix cpplint build/include_order errors * Fix uncrustify parenthesis Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
Attempt to address linter warnings on: https://build.ros2.org/view/Rci/job/Rci__nightly-performance_ubuntu_noble_amd64/61/consoleFull#console-section-43
@Crola1702 Can you run CI on this one to verify? 🙏 You can use this job that Chris launched as reference: #38 (comment)