Fix rubocop warnings
This commit is contained in:
parent
743a764f3b
commit
57f5b7840e
24 changed files with 51 additions and 49 deletions
|
@ -2,7 +2,7 @@
|
|||
# Otherwise, admins might not be aware that they are now silently ignored
|
||||
# and major problems could occur
|
||||
# rubocop:disable Rails/Output, Rails/Exit
|
||||
if File.exist?(Rails.root.join("config", "application.yml"))
|
||||
if File.exist?(Rails.root.join("config/application.yml"))
|
||||
puts "The config/application.yml file is no longer supported."
|
||||
puts ""
|
||||
puts "Default settings are now found in config/settings.yml and you"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue