-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else #7528
Conversation
…-error-flow, var-declaration
Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else
…low, increment-decrement, superfluous-else"
Revert "Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else"
…rement-decrement, superfluous-else
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7528 +/- ##
==========================================
+ Coverage 81.56% 81.93% +0.36%
==========================================
Files 354 360 +6
Lines 27076 27535 +459
==========================================
+ Hits 22085 22560 +475
+ Misses 3802 3782 -20
- Partials 1189 1193 +4
|
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
Thanks for taking a stab at this @janardhanvissa -- However I would prefer if these fixes also have an effect in our CI. I have #7543 in review. Once we merge it, we can then re-enable the checks which are fixed in this PR |
I spoke to @purnesh42H offline and seems like @janardhanvissa is working on all the remaining fixes (expect for unused-parameters) at the moment. Seems like it's not worth doing #7543. I would have preferred if there were some evidence that these checks are actually been fixed as this PR does not include any changes to the CI I'm okay to iterate over this |
Thanks Arvind. Yeah we can rely on |
Partially addresses #7444
Fixed below linter issues
- 6 var-declaration
- 3 indent-error-flow
- 2 increment-decrement
- 1 superfluous-else
RELEASE NOTES: None