-
Notifications
You must be signed in to change notification settings - Fork 251
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 relative path syntax for cpplint #947
Conversation
Relates to ament/ament_lint#324 Signed-off-by: Jacob Perron <jacob@openrobotics.org>
74a0e55
to
595dc70
Compare
FWIW, I've triggered CI for all PRs related to the cpplint update in the parent ticket: ament/ament_lint#324 |
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 like a simple enough change. I'm assuming the reason CI is failing is because cpplint
is working now?
CI is passing here: ament/ament_lint#324 (comment) The ament_cpplint GitHub CI job also appears to be passing (AFAIK, this change is backwards compatible with the old version of cpplint). The RPr and ament_uncrustify failures looks unrelated to this change (correct me if I'm wrong). |
The uncrustify failures is definitely unrelated; the Docker image that setup-action-ros uses needs to be rebuilt. I'm pretty sure the Rpr jobs have been failing for a while, but I'm less certain of that one. |
Going ahead and merging this since ament/ament_lint#324 was merged and I think the CI failures on this PR are unrelated. |
Relates to ament/ament_lint#324