-
Notifications
You must be signed in to change notification settings - Fork 672
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(detected_object_validation): fix shadowVariable #7935
fix(detected_object_validation): fix shadowVariable #7935
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 #7935 +/- ##
==========================================
+ Coverage 28.74% 28.76% +0.02%
==========================================
Files 1593 1594 +1
Lines 116848 116852 +4
Branches 50027 50050 +23
==========================================
+ Hits 33586 33615 +29
+ Misses 74221 74139 -82
- Partials 9041 9098 +57
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@badai-nguyen @Shin-kyoto @miursh @YoshiRi @yukkysaito Please confirm the PR. Thank you very much. |
…on#7935) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…on#7935) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…on#7935) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…on#7935) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on cppcheck shadowVariable warnings
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.