Add and apply rules for multi-line arrays
We were already applying these rules in most cases. Note we aren't enabling the `MultilineArrayLineBreaks` rule because we've got places with many elements whire it isn't clear whether having one element per line would make the code more readable.
This commit is contained in:
@@ -97,7 +97,8 @@ module Consul
|
||||
"uk-UA",
|
||||
"val",
|
||||
"zh-CN",
|
||||
"zh-TW"]
|
||||
"zh-TW"
|
||||
]
|
||||
config.i18n.available_locales = available_locales
|
||||
config.i18n.fallbacks = [I18n.default_locale, {
|
||||
"ca" => "es",
|
||||
|
||||
Reference in New Issue
Block a user