-
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 lint issues unused-parameter
#7580
.*: fix revive lint issues unused-parameter
#7580
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"
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7580 +/- ##
==========================================
+ Coverage 81.73% 81.76% +0.02%
==========================================
Files 361 361
Lines 27809 27809
==========================================
+ Hits 22730 22737 +7
+ Misses 3869 3867 -2
+ Partials 1210 1205 -5
|
There are still some |
@purnesh42H Fixed all the unused-parameter linter issues. |
unused-parameter
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
@arvindbr8 for another review |
Addresses: #7444
RELEASE NOTES: None