mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Enable Style/SingleLineMethods
and Style/Semicolon
in Rubocop (#6717)
This commit is contained in:

committed by
Guo Xiang Tan

parent
56948896ff
commit
9248ad1905
@ -52,7 +52,7 @@ class ImportScripts::DrupalQA < ImportScripts::Drupal
|
||||
GROUP BY n.nid, n.title, n.uid, n.created, f.body_value
|
||||
LIMIT #{batch_size}
|
||||
OFFSET #{offset}
|
||||
", cache_rows: false);
|
||||
", cache_rows: false)
|
||||
|
||||
break if results.size < 1
|
||||
|
||||
|
Reference in New Issue
Block a user