Conversation
Signed-off-by: Yoshiki Obinata <mqcmd196@hotmail.co.jp>
|
I hope this patch will be backported to jazzy |
|
the template should be updated in rclcpp_components. |
|
@skyegalaxy Since clang-tidy may use the user's config, the results of the tests on the generated component code could vary depending on that. Therefore, I think it would be better to exclude it here. |
|
Maintainers, could you review it? |
|
ping @ahcorde |
|
Thanks for raising the contribution, but we should either update clang tidy configuration or fix the actual linting issue this surfaces instead of just blanket excluding rclcpp components. |
|
@skyegalaxy @asymingt As the patch for fixing rclcpp side was rejected, could you reopen this PR? |
|
I think it's inappropriate to require users to write lint configurations while having to take into account automatically generated programs. |
|
Tick the box to add this pull request to the merge queue (same as
|
Now ament_clang_tidy tests rclcpp_components generated file. It failes like
This PR fixes it