We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's a test case:
# encoding: utf-8 # demonstrates rubocop bugs class Hello def foo 'hi' end def bar Module.new do private def hi 'bye' end end end end
Running that with autocorrect will never result in a pass. @jonas054
The text was updated successfully, but these errors were encountered:
Interesting. I'll take a look.
Sorry, something went wrong.
eff0639
Merge pull request #784 from jonas054/fix_access_mod_indent
f25866e
[Fix #781] Fix double reporting in AccessModifierIndentation
Thanks!
jonas054
No branches or pull requests
Here's a test case:
Running that with autocorrect will never result in a pass. @jonas054
The text was updated successfully, but these errors were encountered: