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
Was running the last version of the rubocop code with ruby 2.3.0 and got the following auto-correction:
- event.merge!('$first_name' => sba.name, '$last_name' => sba.surname) if store && sba + event['$first_name'] = sba.name + event['$last_name'] = sba.surname if store && sba
The if should go around both lines, instead of only the last one.
The text was updated successfully, but these errors were encountered:
Nice catch!
Sorry, something went wrong.
I have a fix for this. Waiting for my open PR to be merged before I open another.
If there is a fix that is going to be merged for me the issue can be closed. Thanks in advance :)
It will be closed soon. 😄
1a0a76d
No branches or pull requests
Was running the last version of the rubocop code with ruby 2.3.0 and got the following auto-correction:
The if should go around both lines, instead of only the last one.
The text was updated successfully, but these errors were encountered: