-
Notifications
You must be signed in to change notification settings - Fork 716
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(diagnostic_graph_aggregator): fix uselessOverride warning #7768
fix(diagnostic_graph_aggregator): fix uselessOverride warning #7768
Conversation
Signed-off-by: Ryuta Kambe <ryuta.kambe@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 #7768 +/- ##
===========================================
+ Coverage 28.40% 64.67% +36.27%
===========================================
Files 1584 18 -1566
Lines 115463 620 -114843
Branches 49233 285 -48948
===========================================
- Hits 32796 401 -32395
+ Misses 73662 156 -73506
+ Partials 9005 63 -8942
☔ View full report in Codecov by Sentry. |
@veqcc As noted in the TODO comments, this will be processed differently in the future. So this is intentional, can I disable the check on a code block? |
@isamu-takagi
OK, then I will restore the code block and use inline cppcheck suppression (I'll do it tomorrow). |
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
@isamu-takagi Related Link (TIER IV internal): https://star4.slack.com/archives/C070FQMREVB/p1719877783942809 Added: |
@isamu-takagi |
It's not decided yet. I'll update this if I need more detailed diagnostics after using graph. |
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. LGTM
…refoundation#7768) * fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…refoundation#7768) * fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…refoundation#7768) * fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…refoundation#7768) * fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
…refoundation#7768) * fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(diagnostic_graph_aggregator): fix uselessOverride warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * restore and suppress inline Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This is a fix based on cppcheck
uselessOverride
warningThough the program is totally the same, I found a TODO comment
// TODO(Takagi, Isamu): update link flags.
.If you do not want to delete it, please come up with some workarounds!
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.