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

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

require_relative '../../tooling/danger/bulk_database_actions'

module Danger
  class BulkDatabaseActions < ::Danger::Plugin
    include Tooling::Danger::BulkDatabaseActions
  end
end