mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:41:24 +08:00
DEV: Bump rubocop_discourse (#29608)
This commit is contained in:

committed by
GitHub

parent
ff494f2f94
commit
57f4176b57
@ -7,11 +7,11 @@ require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
# https://developers.jivesoftware.com/api/v3/cloud/rest/index.html
|
||||
|
||||
class ImportScripts::JiveApi < ImportScripts::Base
|
||||
USER_COUNT ||= 1000
|
||||
POST_COUNT ||= 100
|
||||
STAFF_GUARDIAN ||= Guardian.new(Discourse.system_user)
|
||||
USER_COUNT = 1000
|
||||
POST_COUNT = 100
|
||||
STAFF_GUARDIAN = Guardian.new(Discourse.system_user)
|
||||
|
||||
TO_IMPORT ||= [
|
||||
TO_IMPORT = [
|
||||
#############################
|
||||
# WHOLE CATEGORY OF CONTENT #
|
||||
#############################
|
||||
|
Reference in New Issue
Block a user