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:
Jarek Radosz
2020-10-30 15:04:29 +01:00
committed by GitHub
parent af4938baf1
commit 2f4a1ff61b
10 changed files with 19 additions and 20 deletions

View File

@@ -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,

View File

@@ -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,