-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Performance/Sample cop incorrectly autocorrects #shuffle[0, 3]
#1792
Comments
//cc @rrosenblum |
Sorry about that. I didn't realize that |
...On closer look, that isn't multiple arguments, it is an array selector on the end of |
I have found a fix for |
#shuffle[0, 3]
is autocorrected to#sample
instead of#sample(3)
.The text was updated successfully, but these errors were encountered: