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

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

require_relative '../../tooling/danger/product_intelligence'

module Danger
  class ProductIntelligence < ::Danger::Plugin
    # Put the helper code somewhere it can be tested
    include Tooling::Danger::ProductIntelligence
  end
end