DEV: Bump rubocop_discourse (#29608)

This commit is contained in:
Alan Guo Xiang Tan
2024-11-06 06:27:49 +08:00
committed by GitHub
parent ff494f2f94
commit 57f4176b57
64 changed files with 192 additions and 192 deletions

View File

@ -6,8 +6,8 @@ require "htmlentities"
require "ruby-bbcode-to-md"
class BulkImport::PhpBB < BulkImport::Base
SUSPENDED_TILL ||= Date.new(3000, 1, 1)
TABLE_PREFIX ||= ENV["TABLE_PREFIX"] || "phpbb_"
SUSPENDED_TILL = Date.new(3000, 1, 1)
TABLE_PREFIX = ENV["TABLE_PREFIX"] || "phpbb_"
def initialize
super