Fix Style/PercentLiteralDelimiters
cop (#30006)
This commit is contained in:
parent
d24462c81a
commit
8d47ba893a
3 changed files with 3 additions and 10 deletions
|
@ -13,8 +13,8 @@ set :migration_role, :app
|
|||
append :linked_files, '.env.production', 'public/robots.txt'
|
||||
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
|
||||
|
||||
SYSTEMD_SERVICES = %i[sidekiq streaming web].freeze
|
||||
SERVICE_ACTIONS = %i[reload restart status].freeze
|
||||
SYSTEMD_SERVICES = %i(sidekiq streaming web).freeze
|
||||
SERVICE_ACTIONS = %i(reload restart status).freeze
|
||||
|
||||
namespace :systemd do
|
||||
SYSTEMD_SERVICES.each do |service|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue