-
Notifications
You must be signed in to change notification settings - Fork 186
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
Address undesirable_function_linter()
lints
#1761
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1761 +/- ##
=======================================
Coverage 98.87% 98.87%
=======================================
Files 109 109
Lines 4621 4624 +3
=======================================
+ Hits 4569 4572 +3
Misses 52 52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Just so I understand, this is to enable If so, why not add it immediately? |
@AshesITR I was going to do this later in one go, but we can do this PR-by-PR. I have updated |
What we did in the last cleanup was
|
Yeah, that's what I've also been doing, but wasn't sure if we want to continue to let At any rate, I have updated |
Let's file an issue for this cleanup and discuss first what For this discussion, the current tally of |
@AshesITR We need to clean these lints regardless of what we decide here. So instead of keeping this PR blocked, I'd suggest that I revert the change to The current PR will then be solely about address |
SGTM. Should also revert the nolint comments then. |
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.
Waiting for reverts to .lintr_new
and the # nolint: undesirable_function_linter.
comments.
The rest is ready to approve.
Done! |
No description provided.