Apply PercentLiteralDelimiters rubocop rule
This commit is contained in:
@@ -21,8 +21,8 @@ set :log_level, :info
|
||||
set :pty, true
|
||||
set :use_sudo, false
|
||||
|
||||
set :linked_files, %w{config/database.yml config/secrets.yml config/unicorn.rb config/environments/production.rb}
|
||||
set :linked_dirs, %w{log tmp public/system public/assets public/ckeditor_assets}
|
||||
set :linked_files, %w[config/database.yml config/secrets.yml config/unicorn.rb config/environments/production.rb]
|
||||
set :linked_dirs, %w[log tmp public/system public/assets public/ckeditor_assets]
|
||||
|
||||
set :keep_releases, 5
|
||||
|
||||
@@ -31,12 +31,12 @@ set :local_user, ENV["USER"]
|
||||
set :delayed_job_workers, 2
|
||||
set :delayed_job_roles, :background
|
||||
|
||||
set(:config_files, %w(
|
||||
set(:config_files, %w[
|
||||
log_rotation
|
||||
database.yml
|
||||
secrets.yml
|
||||
unicorn.rb
|
||||
))
|
||||
])
|
||||
|
||||
set :whenever_roles, -> { :app }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user