-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
lint against String.repeat(1) #3028
Comments
I'll pick this up! |
Great! If you have any questions, feel free to ask here or open a WIP PR. We're happy to help! |
Awesome, thanks! Here's an initial stab at it: #3060 |
@einashaddad Are you still interested in taking care of this lint? I'm looking for an issue or two to pick up, I'd be willing to help out here if you're no longer available. |
I think the PR #3060 was nearly finished, except of some review comments, that need to be addressed. You could go from there. |
Ok, will do. Thanks! |
Hey y'all - sorry for the late reply, I've been traveling. I can address
the comments in a week when I'm back from vacation!
…On Tue, Apr 23, 2019, 12:29 AM Harrison ***@***.***> wrote:
Ok, will do. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3028 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUBWSKYX5WL7ZLAXZFKU7LPRXKW5ANCNFSM4FPDI4OQ>
.
|
Hi! If nobody is interested in this, could I try this? |
Yes, take a look at #3060, which is nearly finished |
@flip1995 Thank you for your infomation. And I am sorry for the question immediately, why is |
Oh
with |
Add a lint for `.repeat(1)` changelog: New lint `repeat_once` fix #3028.
or
does just clone the String.
The text was updated successfully, but these errors were encountered: