Rubocop update (#2334)

* Update rubocop config

* Rubocop update - for rubocop 0.77

* [CodeFactor] Apply fixes

* rubocop fixes

* [CodeFactor] Apply fixes to commit 2826c2e
This commit is contained in:
Brenda Wallace authored and GitHub committed 2019-12-16 22:35:33 +13:00
1 parent 127011f533
commit 04fd1a343a
111 files changed
+741 -667

No files matched your search

+3 -3
View File
@@ -87,9 +87,9 @@ class Post < ApplicationRecord
Notification.create(
recipient_id: recipient_id,
sender_id: sender,
subject: "#{author} mentioned you in their post #{subject}",
body: body
sender_id: sender,
subject: "#{author} mentioned you in their post #{subject}",
body: body
)
end
end