-
Notifications
You must be signed in to change notification settings - Fork 118
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
Clean code by reducing warning and dead code #3139
Conversation
✔️ 99bb35b -> Azure artifacts URL |
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.
I'm generally in favor of this. I reviewed the first 34 files but am not sure I did not make mistakes. What I notice is that occasionally an unused variable is used in a commented out line or false #if block. Generally for debugging. Or an error return is ignored. I wonder if these should be preserved for later decisions about what to do about them.
✔️ 655a4f4 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3139 +/- ##
=======================================
Coverage 67.06% 67.07%
=======================================
Files 571 571
Lines 111318 111269 -49
=======================================
- Hits 74658 74635 -23
+ Misses 36660 36634 -26 ☔ View full report in Codecov by Sentry. |
✔️ 4c2f419 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
4c2f419
to
185b496
Compare
✔️ 185b496 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ d26ea08 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ b4789ad -> Azure artifacts URL |
✔️ c28c65b -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ 0393e3c -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ 9055679 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Quality Gate passedIssues Measures |
✔️ 7096ba0 -> Azure artifacts URL |
Great job! I'm delighted this has been completed.
would have one fewer warning if written as
|
Warning are for unused variables.
Dead code is the
RCS_version
andRCS_date
that has not been updated since a really long time.