-
-
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
SymbolProc may break code #2135
Comments
|
Or even better - we should auto-correct code with
|
Thanks, @bbatsov ! |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a piece of controller code like this:
Rubocop wants to autocorrect this to:
Rubocop even detects two Errors - all due to the code it generated on its own.
The final result:
As you can see this is clearly erroneous syntax.
Version
I have tried to add 'super' to ignored methods in config (seeing this cop inspects this configuration attribute) but that did not help
The text was updated successfully, but these errors were encountered: