FIX: broken rubocop by empty line in application.rb (#8148)

This commit is contained in:
Krzysztof Kotlarek 2019-10-03 10:10:36 +10:00 committed by GitHub
parent 8c7568bd0c
commit 31e7a93414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,6 @@ module Discourse
Rails.autoloaders.main.ignore(Dir["#{config.root}/app/models/reports"])
# 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.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]