Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
2e151252b7
commit
5bcf8b1f07
|
|
@ -10,9 +10,7 @@ Layout/EmptyLinesAroundMethodBody:
|
|||
- 'app/services/members/destroy_service.rb'
|
||||
- 'ee/app/models/software_license.rb'
|
||||
- 'ee/lib/gitlab/elastic/helper.rb'
|
||||
- 'ee/lib/remote_development/workspace_operations/reconcile/output/desired_config_generator.rb'
|
||||
- 'ee/spec/support/helpers/identity_verification_helpers.rb'
|
||||
- 'ee/spec/support/shared_contexts/remote_development/remote_development_shared_contexts.rb'
|
||||
- 'lib/api/helpers/packages_helpers.rb'
|
||||
- 'lib/gitlab/background_migration/batched_migration_job.rb'
|
||||
- 'lib/gitlab/ci/project_config.rb'
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ module Gitlab
|
|||
mutually_dependent_settings:,
|
||||
default_setting_names:
|
||||
)
|
||||
# No blank line here (satisfies Layout/EmptyLinesAroundMethodBody)
|
||||
|
||||
if (mutually_dependent_settings - default_setting_names).any?
|
||||
raise "Unknown mutually dependent setting(s): " \
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ module InvokeRopSteps
|
|||
ok_results_for_steps:,
|
||||
context_passed_along_steps:
|
||||
)
|
||||
|
||||
expected_rop_steps = []
|
||||
|
||||
rop_steps.each do |rop_step|
|
||||
|
|
|
|||
Loading…
Reference in New Issue