specific deactivation of rubocop DS/ApplicationName rule
This commit is contained in:
parent
c658428441
commit
7e085c657d
7 changed files with 16 additions and 0 deletions
|
@ -26,7 +26,9 @@ shared_dirs = [
|
|||
|
||||
set :domain, ENV.fetch('domain')
|
||||
set :deploy_to, deploy_to
|
||||
# rubocop:disable DS/ApplicationName
|
||||
set :repository, 'https://github.com/betagouv/demarches-simplifiees.fr.git'
|
||||
# rubocop:enable DS/ApplicationName
|
||||
set :branch, ENV.fetch('branch')
|
||||
set :forward_agent, true
|
||||
set :user, 'ds'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue