-
Notifications
You must be signed in to change notification settings - Fork 682
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_behavior_velocity_occlusion_spot_module): fix bugprone-macro-parentheses #9712
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9712 +/- ##
==========================================
+ Coverage 28.77% 29.72% +0.94%
==========================================
Files 1457 1448 -9
Lines 109221 107693 -1528
Branches 42566 42040 -526
==========================================
+ Hits 31428 32009 +581
+ Misses 74714 72546 -2168
- Partials 3079 3138 +59
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@shmpwk @taikitanaka3 @tkimura4 |
@shmpwk @taikitanaka3 @tkimura4 |
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.
LGTM, sorry for my late check.
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.
lgtm
…acro-parentheses (autowarefoundation#9712) * fix: bugprone-error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix: fmt Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on clang-tidy
bugprone-macro-parentheses
error.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.