-
Notifications
You must be signed in to change notification settings - Fork 121
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
Automate - Refactoring Enhanced Messaging methods. #20
Automate - Refactoring Enhanced Messaging methods. #20
Conversation
@tinaafitz |
@billfitzgerald0120 Looks good. |
@tinaafitz @mkanoor |
This pull request is not mergeable. Please rebase and repush. |
Changed all {updated_message += "?"} to {updated_message << "?"} in all 10 methods.
1f3417f
to
0fb4b80
Compare
@tinaafitz |
@billfitzgerald0120 Lots of rubocop warnings. Why did you add the |
Checked commits billfitzgerald0120/manageiq-content@189fb1a~...5c29296 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Closed because these changes were done in anticipation of frozen strings in the next version of ruby. |
Changed all {updated_message += "?"} to {updated_message << "?"} in all 10 methods.