mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 05:17:23 +08:00
FIX: broken rubocop by empty line in application.rb (#8148)
This commit is contained in:

committed by
GitHub

parent
8c7568bd0c
commit
31e7a93414
@ -108,7 +108,6 @@ module Discourse
|
|||||||
|
|
||||||
Rails.autoloaders.main.ignore(Dir["#{config.root}/app/models/reports"])
|
Rails.autoloaders.main.ignore(Dir["#{config.root}/app/models/reports"])
|
||||||
|
|
||||||
|
|
||||||
# Only load the plugins named here, in the order given (default is alphabetical).
|
# Only load the plugins named here, in the order given (default is alphabetical).
|
||||||
# :all can be used as a placeholder for all plugins not explicitly named.
|
# :all can be used as a placeholder for all plugins not explicitly named.
|
||||||
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
|
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
|
||||||
|
Reference in New Issue
Block a user