specific deactivation of rubocop DS/ApplicationName rule

This commit is contained in:
clemkeirua 2020-07-23 16:01:15 +02:00
parent c658428441
commit 7e085c657d
7 changed files with 16 additions and 0 deletions

View file

@ -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'