Fixed parentheses that are interp-ed as grouped expression #1119
coveralls
commented
Dec 6, 2016
coveralls
commented
Dec 6, 2016
I see this is mostly removing whitespace before () but there are two removed hashes, so just want to check before merging
| @@ -16,7 +16,7 @@ def notify(notification) | ||
| @reply_link = reply_link(@notification) | ||
| # Encrypting | ||
| - @signed_message = verifier.generate ({ member_id: @notification.recipient.id, type: :send_notification_email }) | ||
| + @signed_message = verifier.generate(member_id: @notification.recipient.id, type: :send_notification_email) |
Br3nda
Dec 6, 2016
Contributor
So, i need I'm really a python dev who pretends to know ruby.
Rubocop complained about the {} being unnecessary, hinting that ruby treats it as a hash regardless. I took it at it's word.
|
It was totally possible I was also being Pythonic, but it seemed worth
checking
…
|
coveralls
commented
Dec 7, 2016
•
|
There's something funny going on - its clearly there on dev via git. I got an email notification just yesterday from [email protected] - Tue, Dec 6, 2016 at 5:22 PM (thats before you authored the PR apparently though)
That's clearly wrong, but I'm wondering if a similar thing is happening with other apps and they think they are protecting us. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

No description provided.