-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Refs #1021 - Fixes the rubocop violation 'Style/StringLiterals' #1027
Refs #1021 - Fixes the rubocop violation 'Style/StringLiterals' #1027
Conversation
@cucumber/cucumber-ruby would any of you like to help merge these in? You all have the appropriate permissions! |
Thanks a lot @pmatsinopoulos - keep them coming, we appreciate it! |
@pmatsinopoulos You need to careful when you write the PR description, you used |
Ooooh! Didn't know that. Sorry. Thanks for letting me know! Will definitely make sure will not happen again. |
any chance you could rebase this @pmatsinopoulos? |
@mattwynne gladly will do that. But will be tomorrow. I am travelling today. |
6dd4993
to
d12b847
Compare
@mattwynne I finally did that a while ago. Conflicts with master have been resolved. |
Hi @pmatsinopoulos, I am sorry I have been merging some other PRs about style and now your PR has conflicts again. Please, could you resolve the conflicts and rebase? As soon as you do it I will get it merged. Thanks a lot for your work, really appreciated. |
…on-1021-style-string-literals
d12b847
to
700231f
Compare
@nodo Ready. No problem! |
Thanks a lot @pmatsinopoulos ! Looks good 👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixed the
Style/StringLiteral
rubocop offending code.Details
Motivation and Context
This change fix part of #1021. It does not fix it completely, but only partially. Other PRs will follow on same issue.
How Has This Been Tested?
No new tests have been added. But existing tests run green. Also rubocop is happy with the
Style/StringLiterals
enabled.Screenshots (if appropriate):
N/A
Types of changes
Checklist: