Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dangerfile « experiments « danger - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a206bc876e3f21383dedd8844534003fe4e23b1 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

unless experiments.class_files_removed?
  msg = "This merge request removes experiment: `#{experiments.removed_experiments.join(',')}`" \
        ", please also remove the class file."
  fail msg # rubocop:disable Style/SignalException
end