-
-
Notifications
You must be signed in to change notification settings - Fork 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
Update rocket hash #2224
Update rocket hash #2224
Conversation
62fedf1
to
f2fd202
Compare
@pirj Would you please check this PR ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor notes. I'm good with merging this.
.rubocop_todo.yml
Outdated
@@ -20,7 +20,7 @@ Style/EachWithObject: | |||
|
|||
# ruby 1.8.7 only had support for hash rockets | |||
Style/HashSyntax: | |||
EnforcedStyle: hash_rockets # default: ruby19 | |||
EnforcedStyle: ruby19 # default: ruby19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may freely remove this setting since it's the default.
@hmtanbir Please squash commits. Thanks for the effort! |
3fefe73
to
4f4d3f5
Compare
👍 |
Solved feeback.
Previous: #2212