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

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

require_relative '../../tooling/danger/customer_success'

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