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

committed by
GitHub

parent
ff494f2f94
commit
57f4176b57
@ -15,8 +15,8 @@ enabled_site_setting :discourse_local_dates_enabled
|
||||
|
||||
after_initialize do
|
||||
module ::DiscourseLocalDates
|
||||
PLUGIN_NAME ||= "discourse-local-dates".freeze
|
||||
POST_CUSTOM_FIELD ||= "local_dates".freeze
|
||||
PLUGIN_NAME = "discourse-local-dates".freeze
|
||||
POST_CUSTOM_FIELD = "local_dates".freeze
|
||||
end
|
||||
|
||||
require_relative "lib/discourse_local_dates/engine"
|
||||
|
Reference in New Issue
Block a user