-
-
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
False positive with Style/StringMethods cop #2260
Comments
tfausak
referenced
this issue
in AaronLasseigne/active_interaction
Sep 18, 2015
Probably we should disable this cop by default. I was under the impression that only |
I think that's true in the standard library, but there are many classes that define |
👍 |
smt116
added a commit
to Ragnarson/ragnarson-stylecheck
that referenced
this issue
Dec 24, 2015
* rename Style/Blocks cop to Style/BlockDelimiters according to the rubocop/rubocop@ad47005 * Style/Documentation cop is now disabled by default according to the rubocop/rubocop#2260
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Style/StringMethods cop appears to be a little overzealous when recommending
to_sym
overintern
.The text was updated successfully, but these errors were encountered: