-
Notifications
You must be signed in to change notification settings - Fork 691
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(autoware_universe_utils): fix constVariableReference #7883
fix(autoware_universe_utils): fix constVariableReference #7883
Conversation
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7883 +/- ##
==========================================
- Coverage 28.95% 27.71% -1.24%
==========================================
Files 1606 1658 +52
Lines 117598 119834 +2236
Branches 50597 50162 -435
==========================================
- Hits 34046 33210 -836
- Misses 74299 77609 +3310
+ Partials 9253 9015 -238
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@scepter914 @miursh @takayuki5168 @YoshiRi Please confirm the PR. Thank you very much. |
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.
Thank you!
…ndation#7883) fix:constVariableReference Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…ndation#7883) fix:constVariableReference Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on cppcheck constVariableReference warnings
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.