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 |
jhdcs
left a comment
There was a problem hiding this comment.
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