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
Hi,
I used rubocop 0.34.0, ruby 2.2.2p95 with the following construct :
rubocop -a
# Before rubocop Base64.encode64(mac.digest).gsub "\n", '' # After rubocop Base64.encode64(mac.digest).delete "\n")
It's seems like the cop did miss a brace.
The text was updated successfully, but these errors were encountered:
Fixed 😄
Sorry, something went wrong.
Thx :)
7bdcd16
Merge pull request #2216 from karreiro/autocorrect_parentheses_bug
cb00a0c
[Fix #2212] Handle methods without parentheses in auto-correct
No branches or pull requests
Hi,
I used rubocop 0.34.0, ruby 2.2.2p95 with the following construct :
It's seems like the cop did miss a brace.
The text was updated successfully, but these errors were encountered: