mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Update rubocop-discourse from 2.3.2 to 2.4.0 (#11079)
Also fixes whitespace related issues raised by rubocop.
This commit is contained in:
@@ -152,7 +152,7 @@ module Reports::ModeratorsActivity
|
||||
AND p.created_at <= '#{report.end_date}'
|
||||
GROUP BY p.user_id
|
||||
)
|
||||
|
||||
|
||||
SELECT
|
||||
m.user_id,
|
||||
m.username,
|
||||
|
||||
@@ -56,7 +56,7 @@ module Reports::TopIgnoredUsers
|
||||
ORDER BY COUNT(*) DESC
|
||||
LIMIT :limit
|
||||
)
|
||||
|
||||
|
||||
SELECT u.id as user_id,
|
||||
u.username as username,
|
||||
u.uploaded_avatar_id as uploaded_avatar_id,
|
||||
|
||||
Reference in New Issue
Block a user