-
Notifications
You must be signed in to change notification settings - Fork 51
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(nebula_examples): fix lint errors. Add ament_lint dependencies #67
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #67 +/- ##
==========================================
+ Coverage 13.35% 16.14% +2.78%
==========================================
Files 111 54 -57
Lines 10989 8672 -2317
Branches 1725 1709 -16
==========================================
- Hits 1468 1400 -68
+ Misses 8345 6100 -2245
+ Partials 1176 1172 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Thank you for this PR. |
@amc-nu I've used the ones that come with I've noticed that |
38a6911
to
2b7da0b
Compare
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
d6c74f9
to
f95a61c
Compare
Indeed, we don't enforce clang-tidy since it fails consistently on rclcpp. |
@amc-nu no problem, let me remove the latest changes and then the PR should be ready for review. I was hoping I could fix the clang-tidy issues, but couldn't figure out a way to ignore rclcpp |
a24baf8
to
15e0b65
Compare
@amc-nu I've removed all the attempts to fix the clang-tidy issues, this PR is now ready for review. |
PR Type
Related Links
Description
This PR fixes the lint errors and enables the linters in
package.xml
Review Procedure
Remarks
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks