-
Notifications
You must be signed in to change notification settings - Fork 187
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
Ruby: Revise a rule related to optional arguments and keyword arguments #60
Comments
How about...
The example above is a slightly modified version of rubocop/ruby-style-guide#788 (comment). |
Vote for the removal. The documents also looks great to me. |
nekketsuuu
added a commit
to nekketsuuu/styleguide
that referenced
this issue
Apr 13, 2020
nekketsuuu
added a commit
to nekketsuuu/styleguide
that referenced
this issue
Apr 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rubocop 0.80.0 (released 2020-02-18) removed
Style/BracesAroundHashParameters
cop. rubocop/rubocop#7641 says the removal was because the curly braces may have the meaning since Ruby 2.7.styleguide/.rubocop.yml
Lines 264 to 266 in 590bca6
I think it's a good time to reconsider the above rule.
My opinion is:
Style/BracesAroundHashParameters
from.rubocop.yml
.Any thoughts?
The text was updated successfully, but these errors were encountered: