Apply Layout/RedundantLineBreak rule to short lines
We're not adding the rule because it would apply the current line length rule of 110 characters per line. We still haven't decided whether we'll keep that rule or make lines shorter so they're easier to read, particularly when vertically splitting the editor window. So, for now, I'm applying the rule to lines which are about 90 characters long.
This commit is contained in:
@@ -38,9 +38,7 @@ Rails.application.configure do
|
||||
# The :test delivery method accumulates sent emails in the
|
||||
# ActionMailer::Base.deliveries array.
|
||||
config.action_mailer.delivery_method = :test
|
||||
config.action_mailer.default_url_options = {
|
||||
host: "test"
|
||||
}
|
||||
config.action_mailer.default_url_options = { host: "test" }
|
||||
config.action_mailer.asset_host = "http://consul.test"
|
||||
|
||||
# Print deprecation notices to the stderr.
|
||||
|
||||
Reference in New Issue
Block a user